[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 4 / e / PlanetNineGateway / 0.0.40 / PlanetNineGateway.podspec.json
blob6c7f79277c0b9292ba94dae80794c1e30dec1199
2   "name": "PlanetNineGateway",
3   "version": "0.0.40",
4   "summary": "The Planet Nine Gateway Framework",
5   "description": "This contains everything you need to build one-time, one-time-ble, and ongoing gateways in the Planet Nine ecosystem.",
6   "homepage": "https://github.com/planet-nine-app/iOS-PlanetNineGateway-Framework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zach Babb": "zach@planetnine.app"
13   },
14   "source": {
15     "git": "https://github.com/planet-nine-app/iOS-PlanetNineGateway-Framework.git",
16     "tag": "0.0.40"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "tvos": "13.4"
21   },
22   "source_files": "PlanetNineGateway/Common/**/*",
23   "ios": {
24     "source_files": "PlanetNineGateway/iOS/**/*",
25     "dependencies": {
26       "Valet": [
27         "~> 3.2.8"
28       ],
29       "secp256k1.swift": [
30         "~> 0.1.4"
31       ]
32     }
33   },
34   "tvos": {
35     "source_files": "PlanetNineGateway/tvOS/*"
36   },
37   "exclude_files": "PlanetNineGateway/*.plist",
38   "swift_versions": "5.0",
39   "swift_version": "5.0"