blob: 8ec880463c0b94179f2168775646a1794d351a1f [file] [log] [blame]
{
"name": "PlanetNineGateway",
"version": "0.0.37",
"summary": "The Planet Nine Gateway Framework",
"description": "This contains everything you need to build one-time, one-time-ble, and ongoing gateways in the Planet Nine ecosystem.",
"homepage": "https://github.com/planet-nine-app/iOS-PlanetNineGateway-Framework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zach Babb": "zach@planetnine.app"
},
"source": {
"git": "https://github.com/planet-nine-app/iOS-PlanetNineGateway-Framework.git",
"tag": "0.0.37"
},
"platforms": {
"ios": "13.0"
},
"source_files": "PlanetNineGateway/**/*",
"exclude_files": "PlanetNineGateway/*.plist",
"swift_versions": "5.0",
"dependencies": {
"BraintreeDropIn": [
"~> 8.0.0"
],
"Valet": [
"~> 3.2.8"
],
"secp256k1.swift": [
"~> 0.1.4"
],
"CryptoSwift": [
"~> 1.3.0"
]
},
"swift_version": "5.0"
}