blob: def3a7a3972cbddfe767fceb2437c47706ea9588 [file] [log] [blame]
{
"name": "TAKSwiftSupport",
"version": "0.1.5",
"summary": "Swift Handler",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/taktem/TAKSwiftSupport",
"authors": {
"SOMTD": "nishimura[at]taktem.com"
},
"source": {
"git": "https://github.com/taktem/TAKSwiftSupport.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "TAKSwiftSupport/Common/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.1.1"
],
"RxSwift": [
"~> 2.0.0-beta.2"
],
"RxCocoa": [
"~> 2.0.0-beta.2"
],
"RxBlocking": [
"~> 2.0.0-beta.2"
]
},
"subspecs": [
{
"name": "Extention",
"source_files": "TAKSwiftSupport/Extention/**/*.swift"
}
]
}