blob: 58aaf72c0db755e529ecd3246d12051e23270a1c [file] [log] [blame]
{
"name": "TAKSwiftSupport",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "TAKSwiftSupport/Common/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 2.0.0-beta.2"
],
"RxCocoa": [
"~> 2.0.0-beta.2"
],
"RxBlocking": [
"~> 2.0.0-beta.2"
]
}
}