[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 1 / e / 4 / AFOAuth2Client / 1.0.0 / AFOAuth2Client.podspec.json
blob0ee9edc7bc5a7254d157cb8e52714ce4672d475b
2   "name": "AFOAuth2Client",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "AFNetworking Extension for OAuth 2 Authentication.",
6   "homepage": "https://github.com/AFNetworking/AFOAuth2Client",
7   "social_media_url": "https://twitter.com/AFNetworking",
8   "authors": {
9     "Mattt Thompson": "m@mattt.me"
10   },
11   "source": {
12     "git": "https://github.com/AFNetworking/AFOAuth2Client.git",
13     "tag": "1.0.0"
14   },
15   "source_files": "AFOAuth2Client",
16   "requires_arc": true,
17   "dependencies": {
18     "AFNetworking": [
19       "~>1.3"
20     ]
21   },
22   "platforms": {
23     "ios": "5.0",
24     "osx": "10.7"
25   },
26   "deprecated": true,
27   "deprecated_in_favor_of": "AFOAuth2Manager",
28   "ios": {
29     "frameworks": "Security"
30   },
31   "prefix_header_contents": "#ifdef __OBJC__\n  #import <Security/Security.h>\n  #if __IPHONE_OS_VERSION_MIN_REQUIRED\n    #import <SystemConfiguration/SystemConfiguration.h>\n    #import <MobileCoreServices/MobileCoreServices.h>\n  #else\n    #import <SystemConfiguration/SystemConfiguration.h>\n    #import <CoreServices/CoreServices.h>\n  #endif\n#endif /* __OBJC__*/\n"