[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 8 / c / CCSOAuth2SessionManager / 0.3.0 / CCSOAuth2SessionManager.podspec.json
blobe77c5e94d7352586e02e08eedc6342f0f2cf6877
2   "name": "CCSOAuth2SessionManager",
3   "version": "0.3.0",
4   "license": "MIT",
5   "homepage": "https://github.com/CrowdComputingSystems/GROAuth2SessionManager",
6   "authors": {
7     "Alexandr Kantsevoi": "akoncevoi@workfusion.com"
8   },
9   "summary": "Fork GROAuth2SessionManager for CCS company",
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/CrowdComputingSystems/GROAuth2SessionManager.git",
15     "tag": "0.3.0"
16   },
17   "source_files": "GROAuth2SessionManager",
18   "frameworks": "Security",
19   "requires_arc": true,
20   "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",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.3.1"
24     ]
25   }