blob: 4a6e2344bcee1398c0a5965f2843052abce3a930 [file] [log] [blame]
{
"name": "TAKSwiftSupport",
"version": "0.7.6",
"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.7.6"
},
"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.3.1"
],
"RxCocoa": [
"~> 2.3.1"
],
"RxBlocking": [
"~> 2.3.1"
],
"ObjectMapper": [
"~> 1.2.0"
]
}
},
{
"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.98.5"
]
}
},
{
"name": "CoreLocation",
"source_files": "TAKSwiftSupport/CoreLocation/**/*.swift",
"dependencies": {
"TAKSwiftSupport/Core": [
]
},
"frameworks": "CoreLocation"
}
]
}