[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / f / 2 / Bloombox / 0.5.0-beta2 / Bloombox.podspec.json
blobada0c66e953559de9321c1537f0e81a3991629b7
2   "name": "Bloombox",
3   "swift_versions": "5.0",
4   "version": "0.5.0-beta2",
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     "osx": "10.10"
20   },
21   "source": {
22     "git": "https://github.com/bloombox/Swift.git",
23     "tag": "0.5.0-beta2"
24   },
25   "source_files": "Sources/Client/*.swift",
26   "dependencies": {
27     "OpenCannabis": [
28       "= 0.5.0-beta2"
29     ],
30     "BloomboxServices": [
31       "= 0.5.0-beta2"
32     ],
33     "SwiftProtobuf": [
34       "~> 1.5.0"
35     ],
36     "SwiftGRPC": [
37       "= 0.9.1"
38     ]
39   },
40   "frameworks": [
41     "CoreLocation",
42     "CoreBluetooth"
43   ],
44   "libraries": "z",
45   "requires_arc": true,
46   "cocoapods_version": ">= 1.1.0",
47   "swift_version": "5.0"