| { |
| "name": "TAKSwiftSupport", |
| "version": "0.3.19", |
| "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.3.19" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "Core", |
| "pod_target_xcconfig": { |
| "OTHER_SWIFT_FLAGS": "-D DEBUG" |
| }, |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "TAKSwiftSupport/Core/**/*.swift", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 3.1.1" |
| ], |
| "RxSwift": [ |
| "~> 2.0.0" |
| ], |
| "RxCocoa": [ |
| "~> 2.0.0" |
| ], |
| "RxBlocking": [ |
| "~> 2.0.0" |
| ], |
| "ObjectMapper": [ |
| "~> 1.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.96" |
| ] |
| } |
| }, |
| { |
| "name": "CoreLocation", |
| "source_files": "TAKSwiftSupport/CoreLocation/**/*.swift", |
| "dependencies": { |
| "TAKSwiftSupport/Core": [ |
| |
| ] |
| }, |
| "frameworks": "CoreLocation" |
| } |
| ] |
| } |