forked from loafle/openapi-generator-original
Merge pull request #849 from wing328/fix_podfile
Fix objc podfile in sample
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
platform :ios, '6.0'
|
||||
xcodeproj 'swaggerClient/swaggerClient.xcodeproj'
|
||||
xcodeproj 'PetstoreClient/PetstoreClient.xcodeproj'
|
||||
pod 'AFNetworking', '~> 2.1'
|
||||
pod 'JSONModel', '~> 1.0'
|
||||
pod 'ISO8601'
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
PODS:
|
||||
- AFNetworking (2.5.4):
|
||||
- AFNetworking/NSURLConnection (= 2.5.4)
|
||||
- AFNetworking/NSURLSession (= 2.5.4)
|
||||
- AFNetworking/Reachability (= 2.5.4)
|
||||
- AFNetworking/Security (= 2.5.4)
|
||||
- AFNetworking/Serialization (= 2.5.4)
|
||||
- AFNetworking/UIKit (= 2.5.4)
|
||||
- AFNetworking/NSURLConnection
|
||||
- AFNetworking/NSURLSession
|
||||
- AFNetworking/Reachability
|
||||
- AFNetworking/Security
|
||||
- AFNetworking/Serialization
|
||||
- AFNetworking/UIKit
|
||||
- AFNetworking/NSURLConnection (2.5.4):
|
||||
- AFNetworking/Reachability
|
||||
- AFNetworking/Security
|
||||
@@ -33,4 +33,4 @@ SPEC CHECKSUMS:
|
||||
ISO8601: 8d8a22d5edf0554a1cf75bac028c76c1dc0ffaef
|
||||
JSONModel: ec77e9865236a7a09d9cf7668df6b4b328d9ec1d
|
||||
|
||||
COCOAPODS: 0.37.1
|
||||
COCOAPODS: 0.33.1
|
||||
|
||||
Reference in New Issue
Block a user