blob: b3da87c7cdfeafe5275b56f055fbd6cb1fec749d [file] [log] [blame]
{
"name": "XNGOAuth1Client",
"version": "0.0.2",
"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.2"
},
"source_files": "XNGOAuth1Client/*.{h,m}",
"requires_arc": true,
"homepage": "https://www.xing.com",
"dependencies": {
"AFNetworking": [
"~> 2.0.3"
]
},
"frameworks": "Security"
}