[Add] MapboxCommon 24.10.0-daily-2025-01-02-04-26
[CocoaPods.git] / Specs / 1 / e / 4 / AFOAuth2Client / 0.1.1 / AFOAuth2Client.podspec.json
blob67543287393f5bb854ca07283809e07a3aa8385d
2   "name": "AFOAuth2Client",
3   "version": "0.1.1",
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.1"
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"