[Add] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / 1 / e / 4 / AFOAuth2Client / 0.1.0 / AFOAuth2Client.podspec.json
blobca7919ab401db22078ab2901b32858c7bb8c26b4
2   "name": "AFOAuth2Client",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "AFNetworking Extension for OAuth 2 Authentication.",
6   "homepage": "https://github.com/AFNetworking/AFOAuth2Client",
7   "authors": {
8     "Mattt Thompson": "m@mattt.me"
9   },
10   "source": {
11     "git": "https://github.com/AFNetworking/AFOAuth2Client.git",
12     "tag": "0.1.0"
13   },
14   "source_files": "AFOAuth2Client",
15   "requires_arc": true,
16   "dependencies": {
17     "AFNetworking": [
18       "~>1.0"
19     ]
20   },
21   "ios": {
22     "frameworks": "Security"
23   },
24   "prefix_header_contents": "#ifdef __OBJC__\n  #import <Security/Security.h>\n#endif /* __OBJC__*/\n"