blob: 27731cbfee9fad00ee1d42d63a1623d870cce097 [file] [log] [blame]
{
"name": "Ursus",
"version": "1.2.2",
"summary": "An Urbit HTTP/`%eyre` client for iOS/macOS.",
"homepage": "https://github.com/dclelland/Ursus",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/Ursus.git",
"tag": "1.2.2"
},
"swift_versions": [
"5.1",
"5.2"
],
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"source_files": "Ursus/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 5.2"
]
},
"deprecated_in_favor_of": "UrsusAirlock",
"subspecs": [
{
"name": "Atom",
"source_files": "Ursus Atom/**/*.swift",
"dependencies": {
"BigInt": [
"~> 5.0"
],
"Parity": [
"~> 2.3"
]
}
},
{
"name": "EventSource",
"source_files": "Ursus Event Source/**/*.swift"
}
],
"swift_version": "5.2"
}