blob: 517d5ffe4b9c095728d07308c105bb9c50343577 [file] [log] [blame]
{
"name": "Ursus",
"version": "1.1.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.1.0"
},
"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": {
"BigInt": [
"~> 5.0"
],
"Parity": [
"~> 2.3"
]
}
}
],
"swift_version": "5.2"
}