blob: 7d5b8eefd0ec973e5b8b49936f011681aa42fff3 [file] [log] [blame]
{
"name": "XINGAPI",
"version": "0.0.4",
"license": "MIT",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"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.4"
},
"source_files": "XNGAPIClient/*.{h,m}",
"requires_arc": true,
"homepage": "https://www.xing.com",
"dependencies": {
"AFNetworking": [
"~> 1.3.0"
],
"gtm-oauth": [
"= 0.0.1"
],
"SSKeychain": [
"= 1.2.0"
],
"AFOAuth1Client": [
"~> 0.3.1"
]
},
"frameworks": [
"Security",
"SystemConfiguration"
],
"deprecated_in_favor_of": "XNGAPIClient"
}