blob: a07a274b729d7435fb6fa45cb951d78b2f4278f7 [file] [log] [blame]
{
"name": "Ursus",
"version": "0.2.1",
"summary": "An Urbit client for iOS in Swift.",
"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": "0.2.1"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"source_files": "Ursus/**/*.swift"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"AlamofireObjectMapper": [
"~> 3.0"
],
"ObjectMapper": [
"~> 1.3"
],
"PromiseKit": [
"~> 3.4"
]
},
"deprecated_in_favor_of": "UrsusAtom"
}