blob: 60956d9a84f0690892943ad2eb00074339cbba73 [file] [log] [blame]
{
"name": "NitroConnection",
"version": "1.0.0",
"summary": "A very fast, simple and lightweight HTTP connection for iOS that supports OAuth2",
"homepage": "http://github.com/danielalves/NitroConnection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Daniel L. Alves",
"social_media_url": "http://twitter.com/alveslopesdan",
"source": {
"git": "https://github.com/danielalves/NitroConnection.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "NitroConnection/NitroConnection",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"dependencies": {
"NitroMisc": [
"~> 1.0.1"
],
"NitroKeychain": [
"~> 1.0.0"
]
}
}