Skip to content

Commit 5658445

Browse files
jaz-ahwing328
authored andcommitted
[Swift3/Swift4] update all cocoapods for swift3/swift4 (#6441)
* [Swift] update all cocoapods for swift3/swift4 * fix subspec specification
1 parent 845f54d commit 5658445

File tree

226 files changed

+4761
-7013
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+4761
-7013
lines changed

modules/swagger-codegen/src/main/resources/swift3/Podspec.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.screenshots = {{& podScreenshots}}{{/podScreenshots}}{{#podDocumentationURL}}
1616
s.documentation_url = '{{podDocumentationURL}}'{{/podDocumentationURL}}
1717
s.source_files = '{{projectName}}/Classes/**/*.swift'{{#usePromiseKit}}
18-
s.dependency 'PromiseKit', '~> 4.2.2'{{/usePromiseKit}}{{#useRxSwift}}
18+
s.dependency 'PromiseKit/CorePromise', '~> 4.4.0'{{/usePromiseKit}}{{#useRxSwift}}
1919
s.dependency 'RxSwift', '~> 3.4.1'{{/useRxSwift}}
20-
s.dependency 'Alamofire', '~> 4.0'
20+
s.dependency 'Alamofire', '~> 4.5.0'
2121
end

modules/swagger-codegen/src/main/resources/swift4/Podspec.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.screenshots = {{& podScreenshots}}{{/podScreenshots}}{{#podDocumentationURL}}
1616
s.documentation_url = '{{podDocumentationURL}}'{{/podDocumentationURL}}
1717
s.source_files = '{{projectName}}/Classes/**/*.swift'{{#usePromiseKit}}
18-
s.dependency 'PromiseKit', '~> 4.2.2'{{/usePromiseKit}}{{#useRxSwift}}
18+
s.dependency 'PromiseKit/CorePromise', '~> 4.4.0'{{/usePromiseKit}}{{#useRxSwift}}
1919
s.dependency 'RxSwift', '~> 3.4.1'{{/useRxSwift}}
20-
s.dependency 'Alamofire', '~> 4.5'
20+
s.dependency 'Alamofire', '~> 4.5.0'
2121
end

samples/client/petstore/swift3/default/PetstoreClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Pod::Spec.new do |s|
99
s.homepage = 'https://github.com/swagger-api/swagger-codegen'
1010
s.summary = 'PetstoreClient'
1111
s.source_files = 'PetstoreClient/Classes/**/*.swift'
12-
s.dependency 'Alamofire', '~> 4.0'
12+
s.dependency 'Alamofire', '~> 4.5.0'
1313
end
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
PODS:
2-
- Alamofire (4.4.0)
2+
- Alamofire (4.5.0)
33
- PetstoreClient (0.0.1):
4-
- Alamofire (~> 4.0)
4+
- Alamofire (~> 4.5.0)
55

66
DEPENDENCIES:
77
- PetstoreClient (from `../`)
88

99
EXTERNAL SOURCES:
1010
PetstoreClient:
11-
:path: "../"
11+
:path: ../
1212

1313
SPEC CHECKSUMS:
14-
Alamofire: dc44b1600b800eb63da6a19039a0083d62a6a62d
15-
PetstoreClient: 0f65d85b2a09becd32938348b3783a9394a07346
14+
Alamofire: f28cdffd29de33a7bfa022cbd63ae95a27fae140
15+
PetstoreClient: bbb95cd0adc059bbdbe541b384f8294f4e241226
1616

1717
PODFILE CHECKSUM: 417049e9ed0e4680602b34d838294778389bd418
1818

19-
COCOAPODS: 1.1.1
19+
COCOAPODS: 1.3.1

0 commit comments

Comments
 (0)