[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 5 / 8 / 0 / KBKeybase / 0.1.14 / KBKeybase.podspec.json
blob8150fdf6e51e9a157bbfd823c86c0f2bc9bc1dd0
2   "name": "KBKeybase",
3   "version": "0.1.14",
4   "summary": "Keybase.io API client for iOS/OSX.",
5   "homepage": "https://github.com/gabriel/KBKeybase",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Gabriel Handford": "gabrielh@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/gabriel/KBKeybase.git",
14     "tag": "0.1.14"
15   },
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.8"
19   },
20   "requires_arc": true,
21   "source_files": "KBKeybase/**/*.{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": "KBKeybase/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   ]