blob: 85e174caf7a4666b4bf1b61d25334faa973e560d [file] [log] [blame]
{
"name": "Cactacea",
"version": "19.3.0",
"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": "19.3.0"
},
"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"
]
}
}