Skip to content

Commit 78c116d

Browse files
committed
update dependencies, bump podspec and changelog
1 parent 2acce47 commit 78c116d

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [1.0.0](https://github.com/MLSDev/TRON/releases/tag/1.0.0)
5+
6+
### Changes
7+
8+
None.
9+
10+
If you haven't been following beta releases, please read [1.0.0 Migration Guide](/Docs/1.0 Migration Guide.md) to get an overview of new API additions and phylosophy behind some breaking changes that were made in this release.
11+
412
## [1.0.0-beta.3](https://github.com/MLSDev/TRON/releases/tag/1.0.0-beta.3)
513

614
### Breaking changes

Cartfile.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "Alamofire/Alamofire" "3.3.1"
2-
github "ReactiveX/RxSwift" "2.4"
1+
github "Alamofire/Alamofire" "3.4.0"
2+
github "ReactiveX/RxSwift" "2.5"
33
github "SwiftyJSON/SwiftyJSON" "2.3.3"

Carthage/Checkouts/Alamofire

Submodule Alamofire updated 49 files

Carthage/Checkouts/RxSwift

Submodule RxSwift updated 118 files

TRON.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'TRON'
3-
s.version = '1.0.0-beta.3'
3+
s.version = '1.0.0'
44
s.license = 'MIT'
55
s.summary = 'Lightweight network abstraction layer, written on top of Alamofire'
66
s.homepage = 'https://github.com/MLSDev/TRON'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.osx.deployment_target = '10.10'
1414
s.watchos.deployment_target = '2.0'
1515
s.frameworks = 'Foundation'
16-
s.dependency 'Alamofire' , '~> 3.3'
16+
s.dependency 'Alamofire' , '~> 3.4'
1717

1818
s.subspec 'Core' do |core|
1919
core.ios.frameworks = 'UIKit'

0 commit comments

Comments
 (0)