[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 7 / 0 / TAKSwiftSupport / 0.1.6 / TAKSwiftSupport.podspec.json
blob199d5e4c2034444e53ef606248e6edd5b2df3349
2   "name": "TAKSwiftSupport",
3   "version": "0.1.6",
4   "summary": "Swift Handler",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE.txt"
8   },
9   "homepage": "https://github.com/taktem/TAKSwiftSupport",
10   "authors": {
11     "SOMTD": "nishimura[at]taktem.com"
12   },
13   "source": {
14     "git": "https://github.com/taktem/TAKSwiftSupport.git",
15     "tag": "0.1.6"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "TAKSwiftSupport/Common/**/*.swift",
22   "dependencies": {
23     "Alamofire": [
24       "~> 3.1.1"
25     ],
26     "RxSwift": [
27       "~> 2.0.0-beta.2"
28     ],
29     "RxCocoa": [
30       "~> 2.0.0-beta.2"
31     ],
32     "RxBlocking": [
33       "~> 2.0.0-beta.2"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Extention",
39       "source_files": "TAKSwiftSupport/Extention/**/*.swift"
40     },
41     {
42       "name": "CoreMotion",
43       "source_files": "TAKSwiftSupport/CoreMotion/**/*.swift"
44     }
45   ]