blob: c898f89e3f931c58f591024453e5c59b1c20de30 [file] [log] [blame]
{
"name": "GROAuth2SessionManager",
"version": "0.2.2",
"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.2"
},
"source_files": "GROAuth2SessionManager",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"dependencies": {
"AFNetworking": [
"~> 2.2.1"
]
},
"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"
}