[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / 7 / 3 / XNGAPIClient / 0.1.0 / XNGAPIClient.podspec.json
blobfdddae7ed560311a42072c49ee8ab9a45d4b30d6
2   "name": "XNGAPIClient",
3   "version": "0.1.0",
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.1.0"
16   },
17   "source_files": "XNGAPIClient/*.{h,m}",
18   "requires_arc": true,
19   "homepage": "https://www.xing.com",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 1.3.0"
23     ],
24     "SSKeychain": [
25       "= 1.2.0"
26     ],
27     "AFOAuth1Client": [
28       "= 0.3.1"
29     ]
30   },
31   "frameworks": [
32     "Security",
33     "SystemConfiguration"
34   ]