blob: 09de8f253f2c1b4d5f1cf4c90e3cb166479be82a [file] [log] [blame]
{
"name": "Cactacea",
"version": "18.12.2",
"summary": "Cactacea iOS SDK",
"description": "An iOS library to interface with Cactacea backend API",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/cactacea/ios.git",
"tag": "18.12.2"
},
"authors": {
"Takeshi Shimada": "expensivegasprices@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/cactacea/ios",
"source_files": "Cactacea/Classes/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.4"
],
"Alamofire": [
"~> 4.7.3"
]
}
}