[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 9 / a / KBKeybaseAPI / 0.2.1 / KBKeybaseAPI.podspec.json
blob21a83da1141209fe8ed5a8467c74b51683911302
2   "name": "KBKeybaseAPI",
3   "version": "0.2.1",
4   "summary": "Keybase.io API client for Objective-C.",
5   "homepage": "https://github.com/gabriel/KBKeybaseAPI",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Gabriel Handford": "gabrielh@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/gabriel/KBKeybaseAPI.git",
14     "tag": "0.2.1"
15   },
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.8"
19   },
20   "requires_arc": true,
21   "source_files": "KBKeybaseAPI/**/*.{h,m}",
22   "dependencies": {
23     "TSTripleSec": [
25     ],
26     "AFNetworking": [
28     ],
29     "Mantle": [
31     ],
32     "ObjectiveSugar": [
34     ],
35     "GHKit": [
37     ],
38     "NAChloride": [
40     ],
41     "NACrypto": [
43     ]
44   },
45   "subspecs": [
46     {
47       "name": "Core",
48       "source_files": "KBKeybaseAPI/Core/**/*.{h,m}",
49       "dependencies": {
50         "GHKit": [
52         ],
53         "Mantle": [
55         ],
56         "ObjectiveSugar": [
58         ],
59         "TSTripleSec": [
61         ],
62         "NAChloride": [
64         ],
65         "NACrypto": [
67         ]
68       }
69     }
70   ]