blob: ece80ef082429e5d64776e3105284839991731d6 [file] [log] [blame]
{
"name": "GROAuth2SessionManager",
"version": "0.1.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.1.2"
},
"source_files": "GROAuth2SessionManager",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"dependencies": {
"AFNetworking": [
"~> 2.0.0"
]
},
"ios": {
"frameworks": "Security"
},
"prefix_header_contents": "#ifdef __OBJC__\n #import <Security/Security.h>\n#endif /* __OBJC__*/\n"
}