[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 8 / 7 / 3 / XNGAPIClient / 0.3.1 / XNGAPIClient.podspec.json
blob773280da7e25a297742e4c84f606ae8662e782c5
2   "name": "XNGAPIClient",
3   "version": "0.3.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.3.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         "AFNetworking": [
26           "~> 1.3.0"
27         ],
28         "SSKeychain": [
29           "~> 1.2.0"
30         ],
31         "AFOAuth1Client": [
32           "~> 0.3.1"
33         ]
34       },
35       "frameworks": [
36         "Security",
37         "SystemConfiguration"
38       ]
39     },
40     {
41       "name": "NSDictionary-Typecheck",
42       "source_files": "XNGAPIClient/NSDictionary+Typecheck.{h,m}"
43     }
44   ]