blob: b2b6e092327715d11012f21f53862038c26f18e6 [file] [log] [blame]
{
"name": "Ursus",
"version": "1.0.1",
"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.1"
},
"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": "UrsusAtom",
"subspecs": [
{
"name": "EventSource",
"source_files": "Ursus Event Source/**/*.swift"
},
{
"name": "Utilities",
"source_files": "Ursus Utilities/**/*.swift",
"dependencies": {
"UInt128": [
"~> 0.8"
]
}
}
],
"swift_version": "5.2"
}