Skip to content

Commit 247c761

Browse files
committed
Specify swift version in podspec for users of CocoaPods 1.6.0 and higher.
1 parent 932b822 commit 247c761

File tree

5 files changed

+83
-70
lines changed

5 files changed

+83
-70
lines changed

Diff for: .swift-version

-1
This file was deleted.

Diff for: CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file.
33

44
# Next
55

6+
* Swift 4.2 version is now specified in podspec for users of CocoaPods 1.6.x.
7+
8+
This is the last release that supports Xcode 9 and Swift 3.
9+
610
## [4.2.1](https://github.com/MLSDev/TRON/releases/tag/4.2.1)
711

812
### Fixed
913

10-
* `UploadAPIRequest` now calls `didReceiveDataResponse` plugin methods when sending multipart-form requests.
14+
* `UploadAPIRequest` now calls `didReceiveDataResponse` plugin methods when sending multipart-form requests.
1115

1216
## [4.2.0](https://github.com/MLSDev/TRON/releases/tag/4.2.0)
1317

Diff for: Cartfile.resolved

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "Alamofire/Alamofire" "4.7.2"
2-
github "Quick/Nimble" "v7.1.1"
3-
github "ReactiveX/RxSwift" "4.1.2"
4-
github "SwiftyJSON/SwiftyJSON" "4.0.0"
1+
github "Alamofire/Alamofire" "4.8.2"
2+
github "Quick/Nimble" "v8.0.1"
3+
github "ReactiveX/RxSwift" "4.5.0"
4+
github "SwiftyJSON/SwiftyJSON" "4.3.0"

Diff for: Gemfile.lock

+73-64
Original file line numberDiff line numberDiff line change
@@ -2,84 +2,88 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
CFPropertyList (3.0.0)
5-
activesupport (4.2.10)
5+
activesupport (4.2.11.1)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
1010
addressable (2.5.2)
1111
public_suffix (>= 2.0.2, < 4.0)
12-
atomos (0.1.2)
12+
atomos (0.1.3)
1313
babosa (1.0.2)
1414
claide (1.0.2)
15-
cocoapods (1.5.0)
15+
cocoapods (1.6.1)
1616
activesupport (>= 4.0.2, < 5)
1717
claide (>= 1.0.2, < 2.0)
18-
cocoapods-core (= 1.5.0)
18+
cocoapods-core (= 1.6.1)
1919
cocoapods-deintegrate (>= 1.0.2, < 2.0)
20-
cocoapods-downloader (>= 1.2.0, < 2.0)
20+
cocoapods-downloader (>= 1.2.2, < 2.0)
2121
cocoapods-plugins (>= 1.0.0, < 2.0)
2222
cocoapods-search (>= 1.0.0, < 2.0)
2323
cocoapods-stats (>= 1.0.0, < 2.0)
24-
cocoapods-trunk (>= 1.3.0, < 2.0)
24+
cocoapods-trunk (>= 1.3.1, < 2.0)
2525
cocoapods-try (>= 1.1.0, < 2.0)
2626
colored2 (~> 3.1)
2727
escape (~> 0.0.4)
28-
fourflusher (~> 2.0.1)
28+
fourflusher (>= 2.2.0, < 3.0)
2929
gh_inspector (~> 1.0)
30-
molinillo (~> 0.6.5)
30+
molinillo (~> 0.6.6)
3131
nap (~> 1.0)
32-
ruby-macho (~> 1.1)
33-
xcodeproj (>= 1.5.7, < 2.0)
34-
cocoapods-core (1.5.0)
32+
ruby-macho (~> 1.4)
33+
xcodeproj (>= 1.8.1, < 2.0)
34+
cocoapods-core (1.6.1)
3535
activesupport (>= 4.0.2, < 6)
3636
fuzzy_match (~> 2.0.4)
3737
nap (~> 1.0)
38-
cocoapods-deintegrate (1.0.2)
39-
cocoapods-downloader (1.2.0)
38+
cocoapods-deintegrate (1.0.4)
39+
cocoapods-downloader (1.2.2)
4040
cocoapods-plugins (1.0.0)
4141
nap
4242
cocoapods-search (1.0.0)
43-
cocoapods-stats (1.0.0)
44-
cocoapods-trunk (1.3.0)
43+
cocoapods-stats (1.1.0)
44+
cocoapods-trunk (1.3.1)
4545
nap (>= 0.8, < 2.0)
4646
netrc (~> 0.11)
4747
cocoapods-try (1.1.0)
4848
colored (1.2)
4949
colored2 (3.1.2)
5050
commander-fastlane (4.4.6)
5151
highline (~> 1.7.2)
52-
concurrent-ruby (1.0.5)
52+
concurrent-ruby (1.1.5)
5353
declarative (0.0.10)
5454
declarative-option (0.1.0)
55-
domain_name (0.5.20170404)
55+
digest-crc (0.4.1)
56+
domain_name (0.5.20180417)
5657
unf (>= 0.0.5, < 1.0.0)
57-
dotenv (2.2.2)
58+
dotenv (2.7.2)
59+
emoji_regex (1.0.1)
5860
escape (0.0.4)
5961
excon (0.62.0)
60-
faraday (0.14.0)
62+
faraday (0.15.4)
6163
multipart-post (>= 1.2, < 3)
6264
faraday-cookie_jar (0.0.6)
6365
faraday (>= 0.7.4)
6466
http-cookie (~> 1.0.0)
65-
faraday_middleware (0.12.2)
67+
faraday_middleware (0.13.1)
6668
faraday (>= 0.7.4, < 1.0)
67-
fastimage (2.1.1)
68-
fastlane (2.89.0)
69+
fastimage (2.1.5)
70+
fastlane (2.119.0)
6971
CFPropertyList (>= 2.3, < 4.0.0)
7072
addressable (>= 2.3, < 3.0.0)
7173
babosa (>= 1.0.2, < 2.0.0)
72-
bundler (>= 1.12.0, < 2.0.0)
74+
bundler (>= 1.12.0, < 3.0.0)
7375
colored
7476
commander-fastlane (>= 4.4.6, < 5.0.0)
7577
dotenv (>= 2.1.1, < 3.0.0)
78+
emoji_regex (>= 0.1, < 2.0)
7679
excon (>= 0.45.0, < 1.0.0)
7780
faraday (~> 0.9)
7881
faraday-cookie_jar (~> 0.0.6)
7982
faraday_middleware (~> 0.9)
8083
fastimage (>= 2.1.0, < 3.0.0)
8184
gh_inspector (>= 1.1.2, < 2.0.0)
82-
google-api-client (>= 0.13.1, < 0.14.0)
85+
google-api-client (>= 0.21.2, < 0.24.0)
86+
google-cloud-storage (>= 1.15.0, < 2.0.0)
8387
highline (>= 1.7.2, < 2.0.0)
8488
json (< 3.0.0)
8589
mini_magick (~> 4.5.1)
@@ -88,112 +92,117 @@ GEM
8892
multipart-post (~> 2.0.0)
8993
plist (>= 3.1.0, < 4.0.0)
9094
public_suffix (~> 2.0.0)
91-
rubyzip (>= 1.1.0, < 2.0.0)
95+
rubyzip (>= 1.2.2, < 2.0.0)
9296
security (= 0.1.3)
9397
simctl (~> 1.6.3)
9498
slack-notifier (>= 2.0.0, < 3.0.0)
95-
terminal-notifier (>= 1.6.2, < 2.0.0)
99+
terminal-notifier (>= 2.0.0, < 3.0.0)
96100
terminal-table (>= 1.4.5, < 2.0.0)
97101
tty-screen (>= 0.6.3, < 1.0.0)
98102
tty-spinner (>= 0.8.0, < 1.0.0)
99103
word_wrap (~> 1.0.0)
100-
xcodeproj (>= 1.5.7, < 2.0.0)
101-
xcpretty (>= 0.2.4, < 1.0.0)
104+
xcodeproj (>= 1.8.1, < 2.0.0)
105+
xcpretty (~> 0.3.0)
102106
xcpretty-travis-formatter (>= 0.0.3)
103107
fastlane-plugin-versioning (0.3.4)
104-
fourflusher (2.0.1)
108+
fourflusher (2.2.0)
105109
fuzzy_match (2.0.4)
106110
gh_inspector (1.1.3)
107-
google-api-client (0.13.6)
111+
google-api-client (0.23.9)
108112
addressable (~> 2.5, >= 2.5.1)
109-
googleauth (~> 0.5)
113+
googleauth (>= 0.5, < 0.7.0)
110114
httpclient (>= 2.8.1, < 3.0)
111115
mime-types (~> 3.0)
112116
representable (~> 3.0)
113117
retriable (>= 2.0, < 4.0)
114-
googleauth (0.6.2)
118+
signet (~> 0.9)
119+
google-cloud-core (1.3.0)
120+
google-cloud-env (~> 1.0)
121+
google-cloud-env (1.0.5)
122+
faraday (~> 0.11)
123+
google-cloud-storage (1.16.0)
124+
digest-crc (~> 0.4)
125+
google-api-client (~> 0.23)
126+
google-cloud-core (~> 1.2)
127+
googleauth (>= 0.6.2, < 0.10.0)
128+
googleauth (0.6.7)
115129
faraday (~> 0.12)
116130
jwt (>= 1.4, < 3.0)
117-
logging (~> 2.0)
118-
memoist (~> 0.12)
131+
memoist (~> 0.16)
119132
multi_json (~> 1.11)
120-
os (~> 0.9)
133+
os (>= 0.9, < 2.0)
121134
signet (~> 0.7)
122135
highline (1.7.10)
123136
http-cookie (1.0.3)
124137
domain_name (~> 0.5)
125138
httpclient (2.8.3)
126139
i18n (0.9.5)
127140
concurrent-ruby (~> 1.0)
128-
json (2.1.0)
141+
json (2.2.0)
129142
jwt (2.1.0)
130-
little-plugger (1.1.4)
131-
logging (2.2.2)
132-
little-plugger (~> 1.1)
133-
multi_json (~> 1.10)
134143
memoist (0.16.0)
135-
mime-types (3.1)
144+
mime-types (3.2.2)
136145
mime-types-data (~> 3.2015)
137-
mime-types-data (3.2016.0521)
146+
mime-types-data (3.2019.0331)
138147
mini_magick (4.5.1)
139148
minitest (5.11.3)
140-
molinillo (0.6.5)
149+
molinillo (0.6.6)
141150
multi_json (1.13.1)
142151
multi_xml (0.6.0)
143152
multipart-post (2.0.0)
144-
nanaimo (0.2.5)
153+
nanaimo (0.2.6)
145154
nap (1.1.0)
146-
naturally (2.1.0)
155+
naturally (2.2.0)
147156
netrc (0.11.0)
148-
octokit (4.8.0)
157+
octokit (4.14.0)
149158
sawyer (~> 0.8.0, >= 0.5.3)
150-
os (0.9.6)
151-
plist (3.4.0)
159+
os (1.0.0)
160+
plist (3.5.0)
152161
public_suffix (2.0.5)
153162
representable (3.0.4)
154163
declarative (< 0.1.0)
155164
declarative-option (< 0.2.0)
156165
uber (< 0.2.0)
157-
retriable (3.1.1)
166+
retriable (3.1.2)
158167
rouge (2.0.7)
159-
ruby-macho (1.1.0)
160-
rubyzip (1.2.1)
168+
ruby-macho (1.4.0)
169+
rubyzip (1.2.2)
161170
sawyer (0.8.1)
162171
addressable (>= 2.3.5, < 2.6)
163172
faraday (~> 0.8, < 1.0)
164173
security (0.1.3)
165-
signet (0.8.1)
174+
signet (0.11.0)
166175
addressable (~> 2.3)
167176
faraday (~> 0.9)
168177
jwt (>= 1.5, < 3.0)
169178
multi_json (~> 1.10)
170-
simctl (1.6.3)
179+
simctl (1.6.5)
171180
CFPropertyList
172181
naturally
173182
slack-notifier (2.3.2)
174-
terminal-notifier (1.8.0)
183+
terminal-notifier (2.0.0)
175184
terminal-table (1.8.0)
176185
unicode-display_width (~> 1.1, >= 1.1.1)
177186
thread_safe (0.3.6)
178-
tty-cursor (0.5.0)
179-
tty-screen (0.6.4)
180-
tty-spinner (0.8.0)
181-
tty-cursor (>= 0.5.0)
187+
tty-cursor (0.6.1)
188+
tty-screen (0.6.5)
189+
tty-spinner (0.9.0)
190+
tty-cursor (~> 0.6.0)
182191
tzinfo (1.2.5)
183192
thread_safe (~> 0.1)
184193
uber (0.1.0)
185194
unf (0.1.4)
186195
unf_ext
187196
unf_ext (0.0.7.5)
188-
unicode-display_width (1.3.0)
197+
unicode-display_width (1.5.0)
189198
word_wrap (1.0.0)
190-
xcodeproj (1.5.7)
199+
xcodeproj (1.8.2)
191200
CFPropertyList (>= 2.3.3, < 4.0)
192-
atomos (~> 0.1.2)
201+
atomos (~> 0.1.3)
193202
claide (>= 1.0.2, < 2.0)
194203
colored2 (~> 3.1)
195-
nanaimo (~> 0.2.4)
196-
xcpretty (0.2.8)
204+
nanaimo (~> 0.2.6)
205+
xcpretty (0.3.0)
197206
rouge (~> 2.0.7)
198207
xcpretty-travis-formatter (1.0.0)
199208
xcpretty (~> 0.2, >= 0.0.7)
@@ -209,4 +218,4 @@ DEPENDENCIES
209218
octokit
210219

211220
BUNDLED WITH
212-
1.16.1
221+
1.17.3

Diff for: TRON.podspec

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Pod::Spec.new do |s|
88
s.social_media_url = 'https://twitter.com/MLSDevCom'
99
s.source = { :git => 'https://github.com/MLSDev/TRON.git', :tag => s.version.to_s }
1010
s.requires_arc = true
11+
s.swift_version = '4.2'
1112
s.ios.deployment_target = '8.0'
1213
s.tvos.deployment_target = '9.0'
1314
s.osx.deployment_target = '10.10'

0 commit comments

Comments
 (0)