blob: e77c5e94d7352586e02e08eedc6342f0f2cf6877 [file] [log] [blame]
{
"name": "CCSOAuth2SessionManager",
"version": "0.3.0",
"license": "MIT",
"homepage": "https://github.com/CrowdComputingSystems/GROAuth2SessionManager",
"authors": {
"Alexandr Kantsevoi": "akoncevoi@workfusion.com"
},
"summary": "Fork GROAuth2SessionManager for CCS company",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CrowdComputingSystems/GROAuth2SessionManager.git",
"tag": "0.3.0"
},
"source_files": "GROAuth2SessionManager",
"frameworks": "Security",
"requires_arc": true,
"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",
"dependencies": {
"AFNetworking": [
"~> 2.3.1"
]
}
}