blob: 5a268f91e68580dbde03dfbae6be90edce65ce1f [file] [log] [blame]
{
"name": "XNGOAuth1Client",
"version": "0.0.1",
"license": "MIT",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"summary": "A OAuth1 client based on AFNetworking 2.0 for use in the XNGAPIClient",
"authors": {
"XING iOS Team": "iphonedev@xing.com"
},
"source": {
"git": "https://github.com/xing/XNGOAuth1Client.git",
"tag": "0.0.1"
},
"source_files": "XNGOAuth1Client/*.{h,m}",
"requires_arc": true,
"homepage": "https://www.xing.com",
"dependencies": {
"AFNetworking": [
"~> 2.0.3"
]
},
"frameworks": "Security"
}