blob: 07761f6e6ad9e28b14d669abece570a693c9f3d8 [file] [log] [blame]
{
"name": "TAKSwiftSupport",
"version": "0.6.11",
"summary": "Swift Support Project",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/taktem/TAKSwiftSupport",
"authors": {
"taktem": "nishimura[at]taktem.com"
},
"source": {
"git": "https://github.com/taktem/TAKSwiftSupport.git",
"tag": "0.6.11"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "TAKSwiftSupport/Core/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.1.5"
],
"RxSwift": [
"~> 2.1.0"
],
"RxCocoa": [
"~> 2.1.0"
],
"RxBlocking": [
"~> 2.1.0"
],
"ObjectMapper": [
"~> 1.1"
]
}
},
{
"name": "CoreMotion",
"source_files": "TAKSwiftSupport/CoreMotion/**/*.swift",
"dependencies": {
"TAKSwiftSupport/Core": [
]
},
"frameworks": "CoreMotion"
},
{
"name": "Math",
"source_files": "TAKSwiftSupport/Math/**/*.swift",
"dependencies": {
"TAKSwiftSupport/Core": [
]
}
},
{
"name": "Realm",
"source_files": "TAKSwiftSupport/Realm/**/*.swift",
"dependencies": {
"TAKSwiftSupport/Core": [
],
"RealmSwift": [
"~> 0.97.0"
]
}
},
{
"name": "CoreLocation",
"source_files": "TAKSwiftSupport/CoreLocation/**/*.swift",
"dependencies": {
"TAKSwiftSupport/Core": [
]
},
"frameworks": "CoreLocation"
}
]
}