blob: 56ae2dcf7efc6007b4ebbc91578c8d22e788674b [file] [log] [blame]
{
"name": "TAKSwiftSupport",
"version": "0.1.11",
"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.11"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "TAKSwiftSupport/Common/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.1.1"
],
"RxSwift": [
"~> 2.0.0-beta.3"
],
"RxCocoa": [
"~> 2.0.0-beta.3"
],
"RxBlocking": [
"~> 2.0.0-beta.3"
],
"ObjectMapper": [
"~> 0.1"
]
}
},
{
"name": "Extention",
"source_files": "TAKSwiftSupport/Extention/**/*.swift",
"dependencies": {
"TAKSwiftSupport/Core": [
]
}
},
{
"name": "CoreMotion",
"source_files": "TAKSwiftSupport/CoreMotion/**/*.swift",
"dependencies": {
"TAKSwiftSupport/Core": [
]
}
},
{
"name": "Math",
"source_files": "TAKSwiftSupport/Math/**/*.swift",
"dependencies": {
"TAKSwiftSupport/Core": [
]
}
},
{
"name": "Realm",
"source_files": "TAKSwiftSupport/Realm/**/*.swift",
"dependencies": {
"RealmSwift": [
"~> 0.96"
]
}
}
]
}