blob: 6b290c9160667f04d968e3ff2bc9dc07a1e48438 [file] [log] [blame]
{
"name": "Balblair",
"version": "0.1.1",
"summary": "Api client with ObjectMapper and RxSwift.",
"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.1.1"
},
"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"
]
}
}
]
}