blob: 1093c173b3f2b062b82ea2957d5f718b1df356ee [file] [log] [blame]
{
"name": "LIFXClient",
"version": "1.0.0",
"summary": "Alamofire based HTTP client for the Bittrex API.",
"homepage": "https://github.com/dclelland/LIFXClient",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/LIFXClient.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "12.0"
},
"swift_version": "4.2",
"dependencies": {
"PromiseKit": [
"~> 6.8.3"
]
},
"ios": {
"source_files": "Sources/**/*.swift"
}
}