blob: 891e5e431583425a602bb14d5e4a6e31b3dd5811 [file] [log] [blame]
{
"name": "XINGAPI",
"version": "0.0.1",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"summary": "The official Objective-C client for the XING API",
"authors": {
"XING iOS Team": "iphonedev@xing.com"
},
"source": {
"git": "https://github.com/xing/XNGAPIClient.git",
"tag": "0.0.1"
},
"source_files": "XNGAPIClient/*.{h,m}",
"requires_arc": true,
"homepage": "https://www.xing.com",
"dependencies": {
"AFNetworking": [
"= 1.3.0"
],
"gtm-oauth": [
"= 0.0.1"
],
"SFHFKeychainUtils": [
"= 0.0.1"
]
},
"frameworks": [
"Security",
"SystemConfiguration"
],
"deprecated_in_favor_of": "XNGAPIClient"
}