[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / 7 / 3 / XNGAPIClient / 1.1.1 / XNGAPIClient.podspec.json
blobd8d38eb6cc3dd7b4e9904bf2325ef01f2a423c63
2   "name": "XNGAPIClient",
3   "version": "1.1.1",
4   "license": "MIT",
5   "platforms": {
6     "ios": "6.0",
7     "osx": "10.8"
8   },
9   "summary": "The official Objective-C client for the XING API",
10   "authors": {
11     "XING iOS Team": "iphonedev@xing.com"
12   },
13   "source": {
14     "git": "https://github.com/xing/XNGAPIClient.git",
15     "tag": "1.1.1"
16   },
17   "requires_arc": true,
18   "homepage": "https://www.xing.com",
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "XNGAPIClient/*.{h,m}",
24       "dependencies": {
25         "SSKeychain": [
26           "~> 1.2.0"
27         ],
28         "XNGOAuth1Client": [
29           "~> 2.0.0"
30         ]
31       },
32       "frameworks": [
33         "Security",
34         "SystemConfiguration"
35       ]
36     },
37     {
38       "name": "NSDictionary-Typecheck",
39       "source_files": "XNGAPIClient/NSDictionary+Typecheck.{h,m}"
40     }
41   ]