[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 5 / c / GROAuth2SessionManager / 0.2.1 / GROAuth2SessionManager.podspec.json
blob8fccb1399ca4f1d0c921be7b2a9a698824c4f338
2   "name": "GROAuth2SessionManager",
3   "version": "0.2.1",
4   "license": "MIT",
5   "summary": "AFNetworking Extension for OAuth 2 Authentication.",
6   "homepage": "https://github.com/gabrielrinaldi/GROAuth2SessionManager",
7   "authors": {
8     "Gabriel Rinaldi": "gabriel@gabrielrinaldi.me",
9     "Mattt Thompson": "m@mattt.me"
10   },
11   "source": {
12     "git": "https://github.com/gabrielrinaldi/GROAuth2SessionManager.git",
13     "tag": "0.2.1"
14   },
15   "source_files": "GROAuth2SessionManager",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0",
19     "osx": "10.9"
20   },
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.1.0"
24     ]
25   },
26   "ios": {
27     "frameworks": "Security"
28   },
29   "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"