blob: 8fccb1399ca4f1d0c921be7b2a9a698824c4f338 [file] [log] [blame]
{
"name": "GROAuth2SessionManager",
"version": "0.2.1",
"license": "MIT",
"summary": "AFNetworking Extension for OAuth 2 Authentication.",
"homepage": "https://github.com/gabrielrinaldi/GROAuth2SessionManager",
"authors": {
"Gabriel Rinaldi": "gabriel@gabrielrinaldi.me",
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/gabrielrinaldi/GROAuth2SessionManager.git",
"tag": "0.2.1"
},
"source_files": "GROAuth2SessionManager",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"dependencies": {
"AFNetworking": [
"~> 2.1.0"
]
},
"ios": {
"frameworks": "Security"
},
"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"
}