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