[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 7 / 0 / TAKSwiftSupport / 0.1.10 / TAKSwiftSupport.podspec.json
blob428bfc0947ca75e255ca4655097b71776c8724d3
2   "name": "TAKSwiftSupport",
3   "version": "0.1.10",
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.10"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "TAKSwiftSupport/Common/**/*.swift",
25       "dependencies": {
26         "Alamofire": [
27           "~> 3.1.1"
28         ],
29         "RxSwift": [
30           "~> 2.0.0-beta.2"
31         ],
32         "RxCocoa": [
33           "~> 2.0.0-beta.2"
34         ],
35         "RxBlocking": [
36           "~> 2.0.0-beta.2"
37         ]
38       }
39     },
40     {
41       "name": "Extention",
42       "source_files": "TAKSwiftSupport/Extention/**/*.swift",
43       "dependencies": {
44         "TAKSwiftSupport/Core": [
46         ]
47       }
48     },
49     {
50       "name": "CoreMotion",
51       "source_files": "TAKSwiftSupport/CoreMotion/**/*.swift",
52       "dependencies": {
53         "TAKSwiftSupport/Core": [
55         ]
56       }
57     },
58     {
59       "name": "Math",
60       "source_files": "TAKSwiftSupport/Math/**/*.swift",
61       "dependencies": {
62         "TAKSwiftSupport/Core": [
64         ]
65       }
66     },
67     {
68       "name": "Realm",
69       "source_files": "TAKSwiftSupport/Realm/**/*.swift",
70       "dependencies": {
71         "RealmSwift": [
72           "~> 0.96"
73         ]
74       }
75     }
76   ]