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