blob: d6d010d97e6567f10fca9844fedc5090b75bb851 [file] [log] [blame]
{
"name": "Ursus",
"version": "1.0.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.0.0"
},
"swift_versions": [
"5.1",
"5.2"
],
"platforms": {
"ios": "13.0",
"osx": "10.13"
},
"ios": {
"source_files": "Ursus/**/*.swift"
},
"osx": {
"source_files": "Ursus/**/*.swift"
},
"dependencies": {
"Alamofire": [
"~> 5.2"
],
"IKEventSource": [
"~> 3.0"
],
"UInt128": [
"~> 0.8"
]
},
"deprecated_in_favor_of": "UrsusAtom",
"swift_version": "5.2"
}