Skip to content

Commit 33c2b1b

Browse files
committed
Merge pull request #849 from wing328/fix_podfile
Fix objc podfile in sample
2 parents 3b3738e + 207776c commit 33c2b1b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
platform :ios, '6.0'
2-
xcodeproj 'swaggerClient/swaggerClient.xcodeproj'
2+
xcodeproj 'PetstoreClient/PetstoreClient.xcodeproj'
33
pod 'AFNetworking', '~> 2.1'
44
pod 'JSONModel', '~> 1.0'
55
pod 'ISO8601'

samples/client/petstore/objc/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PODS:
22
- AFNetworking (2.5.4):
3-
- AFNetworking/NSURLConnection (= 2.5.4)
4-
- AFNetworking/NSURLSession (= 2.5.4)
5-
- AFNetworking/Reachability (= 2.5.4)
6-
- AFNetworking/Security (= 2.5.4)
7-
- AFNetworking/Serialization (= 2.5.4)
8-
- AFNetworking/UIKit (= 2.5.4)
3+
- AFNetworking/NSURLConnection
4+
- AFNetworking/NSURLSession
5+
- AFNetworking/Reachability
6+
- AFNetworking/Security
7+
- AFNetworking/Serialization
8+
- AFNetworking/UIKit
99
- AFNetworking/NSURLConnection (2.5.4):
1010
- AFNetworking/Reachability
1111
- AFNetworking/Security
@@ -33,4 +33,4 @@ SPEC CHECKSUMS:
3333
ISO8601: 8d8a22d5edf0554a1cf75bac028c76c1dc0ffaef
3434
JSONModel: ec77e9865236a7a09d9cf7668df6b4b328d9ec1d
3535

36-
COCOAPODS: 0.37.1
36+
COCOAPODS: 0.33.1

0 commit comments

Comments
 (0)