blob: f91d499f93ce45a0afd58c6f0983c2da60d42f02 [file] [log] [blame]
{
"name": "Balblair",
"version": "3.2.0",
"summary": "Api client with Codable and SwiftTask.",
"description": "This pod is api client.\nThis is type safe.\nThis is easy to use with Codable and SwiftTask.",
"homepage": "https://github.com/malt03/Balblair",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Koji Murata": "malt.koji@gmail.com"
},
"source": {
"git": "https://github.com/malt03/Balblair.git",
"tag": "3.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"subspecs": [
{
"name": "Core",
"source_files": "Balblair/Core/Classes/**/*",
"dependencies": {
"Alamofire": [
">= 4.8.0"
]
}
},
{
"name": "Rx",
"source_files": "Balblair/Rx/Classes/**/*",
"dependencies": {
"Balblair/Core": [
],
"RxSwift": [
">= 4.4.0"
]
}
}
]
}