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