blob: c97dee795952cbddf1dc495a080ca1b8d2e4c771 [file] [log] [blame]
{
"name": "Balblair",
"version": "3.1.3",
"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.1.3"
},
"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"
]
}
}
]
}