diff --git a/samples/client/wordnik/objc/Podfile b/samples/client/wordnik/objc/Podfile new file mode 100644 index 00000000000..e6b8aab6518 --- /dev/null +++ b/samples/client/wordnik/objc/Podfile @@ -0,0 +1,3 @@ +platform :ios, '6.0' +xcodeproj 'swaggerClient/swaggerClient.xcodeproj' +pod 'AFNetworking', '~> 2.1'