blob: 49669eb76cc05ac57df78051f0afe2c6f31739eb [file] [log] [blame]
{
"name": "Ursus",
"version": "1.3.0",
"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.3.0"
},
"swift_versions": [
"5.1",
"5.2"
],
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"source_files": "Ursus/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 5.2"
],
"UrsusAtom": [
"~> 1.0"
]
},
"deprecated_in_favor_of": "UrsusAirlock",
"subspecs": [
{
"name": "EventSource",
"source_files": "Ursus Event Source/**/*.swift"
}
],
"swift_version": "5.2"
}