[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 6 / f / 2 / Bloombox / 0.1.9 / Bloombox.podspec.json
blob973f6fe991bd9781d7359e710828a0b7a2631322
2   "name": "Bloombox",
3   "swift_version": "4.2",
4   "version": "0.1.9",
5   "summary": "Client for Bloombox Cloud APIs",
6   "description": "Native Swift client for accessing Bloombox Cloud APIs",
7   "homepage": "https://github.com/Bloombox/Swift",
8   "documentation_url": "https://bloombox.github.io/Swift/",
9   "license": {
10     "type": "Apache License, Version 2.0",
11     "file": "LICENSE.txt"
12   },
13   "authors": {
14     "Sam Gammon": "sam@bloombox.io"
15   },
16   "social_media_url": "https://twitter.com/bloomboxIO",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source": {
21     "git": "https://github.com/bloombox/Swift.git",
22     "tag": "0.1.9"
23   },
24   "source_files": "Sources/Client/*.swift",
25   "dependencies": {
26     "OpenCannabis": [
27       "~> 0.1.9"
28     ],
29     "BloomboxServices": [
30       "~> 0.1.9"
31     ],
32     "SwiftProtobuf": [
34     ],
35     "SwiftGRPC": [
37     ]
38   },
39   "frameworks": [
40     "CoreLocation",
41     "CoreBluetooth"
42   ],
43   "libraries": "z",
44   "requires_arc": true,
45   "cocoapods_version": ">= 1.1.0"