blob: a16704bbd0386319b80edd1fdfa8dd6061f5b972 [file] [log] [blame]
{
"name": "AFOAuth2Client",
"version": "0.1.2",
"license": "MIT",
"summary": "AFNetworking Extension for OAuth 2 Authentication.",
"homepage": "https://github.com/AFNetworking/AFOAuth2Client",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/AFNetworking/AFOAuth2Client.git",
"tag": "0.1.2"
},
"source_files": "AFOAuth2Client",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>1.3"
]
},
"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"
}