blob: 773280da7e25a297742e4c84f606ae8662e782c5 [file] [log] [blame]
{
"name": "XNGAPIClient",
"version": "0.3.1",
"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.3.1"
},
"requires_arc": true,
"homepage": "https://www.xing.com",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "XNGAPIClient/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 1.3.0"
],
"SSKeychain": [
"~> 1.2.0"
],
"AFOAuth1Client": [
"~> 0.3.1"
]
},
"frameworks": [
"Security",
"SystemConfiguration"
]
},
{
"name": "NSDictionary-Typecheck",
"source_files": "XNGAPIClient/NSDictionary+Typecheck.{h,m}"
}
]
}