[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 1 / 7 / AFOAuth1Client / 0.2.0 / AFOAuth1Client.podspec.json
blob0d608e664164f8e52a863f055cf182b6dd19bdf4
2   "name": "AFOAuth1Client",
3   "version": "0.2.0",
4   "summary": "AFNetworking Extension for OAuth 1.0a Authentication.",
5   "homepage": "https://github.com/AFNetworking/AFOAuth1Client",
6   "license": "MIT",
7   "authors": {
8     "Mattt Thompson": "m@mattt.me"
9   },
10   "source": {
11     "git": "https://github.com/AFNetworking/AFOAuth1Client.git",
12     "tag": "0.2.0"
13   },
14   "source_files": "AFOAuth1Client",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "ios": {
21     "frameworks": "Security"
22   },
23   "dependencies": {
24     "AFNetworking": [
25       "~> 1.3"
26     ]
27   },
28   "prefix_header_contents": "#ifdef __OBJC__\n  #import <Security/Security.h>\n#endif /* __OBJC__*/\n"