[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 8 / 7 / 3 / XNGAPIClient / 2.4.0 / XNGAPIClient.podspec.json
blobbfc435fd4bb6318cf9d072a7e62791ee4728fd22
2   "name": "XNGAPIClient",
3   "version": "2.4.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.4.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         "SAMKeychain": [
25           "~> 1.5.0"
26         ],
27         "XNGOAuth1Client": [
28           "~> 2.0.0"
29         ],
30         "AFNetworking": [
31           "= 2.5.4"
32         ]
33       },
34       "frameworks": [
35         "Security",
36         "SystemConfiguration",
37         "UIKit"
38       ]
39     },
40     {
41       "name": "NSDictionary-Typecheck",
42       "source_files": "XNGAPIClient/NSDictionary+Typecheck.{h,m}"
43     }
44   ]