blob: 2398b413ad0ec4bdf386c52124f1cdf8ca30f6df [file] [log] [blame]
{
"name": "Balblair",
"version": "1.0.0",
"summary": "Api client with ObjectMapper and SwiftTask.",
"description": "This pod is api client.\nThis is type safe.\nThis is easy to use with ObjectMapper 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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Balblair/Core/Classes/**/*",
"dependencies": {
"Alamofire": [
">= 4.0"
]
}
},
{
"name": "ObjectMapper",
"source_files": "Balblair/ObjectMapper/Classes/**/*",
"dependencies": {
"Balblair/Core": [
],
"ObjectMapper": [
">= 2.0"
]
}
},
{
"name": "Rx",
"source_files": "Balblair/Rx/Classes/**/*",
"dependencies": {
"Balblair/Core": [
],
"Balblair/ObjectMapper": [
],
"RxSwift": [
">= 3.0"
]
}
}
]
}