[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / 7 / 3 / XNGAPIClient / 0.2.1 / XNGAPIClient.podspec.json
blob9074365a7dee17e76caaa97cf4567d435377bbf9
2   "name": "XNGAPIClient",
3   "version": "0.2.1",
4   "license": "MIT",
5   "platforms": {
6     "ios": "6.0",
7     "osx": "10.7"
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": "0.2.1"
16   },
17   "requires_arc": true,
18   "homepage": "https://www.xing.com",
19   "default_subspecs": [
20     "Core"
21   ],
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "XNGAPIClient/*.{h,m}",
26       "dependencies": {
27         "AFNetworking": [
28           "~> 1.3.0"
29         ],
30         "SSKeychain": [
31           "= 1.2.0"
32         ],
33         "AFOAuth1Client": [
34           "= 0.3.1"
35         ]
36       },
37       "frameworks": [
38         "Security",
39         "SystemConfiguration"
40       ]
41     },
42     {
43       "name": "NSDictionary-Typecheck",
44       "source_files": "XNGAPIClient/NSDictionary+Typecheck.{h,m}"
45     }
46   ]