blob: fca16d55eed4257cb9129fab78fa811428964bf4 [file] [log] [blame]
{
"name": "Balblair",
"version": "0.3.0",
"summary": "Api client with ObjectMapper and RxSwift or SwiftTask.",
"description": "TODO: Add long description of the pod here.",
"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": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "Balblair/Core/Classes/**/*",
"dependencies": {
"Alamofire": [
"> 3.4"
]
}
},
{
"name": "ObjectMapper",
"source_files": "Balblair/ObjectMapper/Classes/**/*",
"dependencies": {
"Balblair/Core": [
],
"ObjectMapper": [
"> 1.3"
]
}
},
{
"name": "Rx",
"source_files": "Balblair/Rx/Classes/**/*",
"dependencies": {
"Balblair/Core": [
],
"Balblair/ObjectMapper": [
],
"RxSwift": [
"> 2.6"
]
}
},
{
"name": "SwiftTask",
"source_files": "Balblair/SwiftTask/Classes/**/*",
"dependencies": {
"Balblair/Core": [
],
"Balblair/ObjectMapper": [
],
"SwiftTask": [
"> 5.0"
]
}
}
]
}