[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 5 / 8 / 0 / KBKeybase / 0.1.7 / KBKeybase.podspec.json
bloba5751e2a5c5ffc30c0f067182382972780537406
2   "name": "KBKeybase",
3   "version": "0.1.7",
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.7"
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     "GHBigNum": [
28     ],
29     "AFNetworking": [
31     ],
32     "Mantle": [
34     ],
35     "ObjectiveSugar": [
37     ],
38     "GHKit": [
40     ]
41   },
42   "subspecs": [
43     {
44       "name": "Core",
45       "source_files": "KBKeybase/Core/**/*.{h,m}",
46       "dependencies": {
47         "GHKit": [
49         ],
50         "Mantle": [
52         ],
53         "ObjectiveSugar": [
55         ],
56         "TSTripleSec": [
58         ]
59       }
60     }
61   ]