[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 7 / 0 / TAKSwiftSupport / 0.3.18 / TAKSwiftSupport.podspec.json
blob77054c8c1f943f8d33ed9b936e5ffbfd853ec4fe
2   "name": "TAKSwiftSupport",
3   "version": "0.3.18",
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.3.18"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "xcconfig": {
23     "OTHER_SWIFT_FLAGS": "-D DEBUG"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "TAKSwiftSupport/Core/**/*.swift",
29       "dependencies": {
30         "Alamofire": [
31           "~> 3.1.1"
32         ],
33         "RxSwift": [
34           "~> 2.0.0"
35         ],
36         "RxCocoa": [
37           "~> 2.0.0"
38         ],
39         "RxBlocking": [
40           "~> 2.0.0"
41         ],
42         "ObjectMapper": [
43           "~> 1.0"
44         ]
45       }
46     },
47     {
48       "name": "CoreMotion",
49       "source_files": "TAKSwiftSupport/CoreMotion/**/*.swift",
50       "dependencies": {
51         "TAKSwiftSupport/Core": [
53         ]
54       },
55       "frameworks": "CoreMotion"
56     },
57     {
58       "name": "Math",
59       "source_files": "TAKSwiftSupport/Math/**/*.swift",
60       "dependencies": {
61         "TAKSwiftSupport/Core": [
63         ]
64       }
65     },
66     {
67       "name": "Realm",
68       "source_files": "TAKSwiftSupport/Realm/**/*.swift",
69       "dependencies": {
70         "TAKSwiftSupport/Core": [
72         ],
73         "RealmSwift": [
74           "~> 0.96"
75         ]
76       }
77     },
78     {
79       "name": "CoreLocation",
80       "source_files": "TAKSwiftSupport/CoreLocation/**/*.swift",
81       "dependencies": {
82         "TAKSwiftSupport/Core": [
84         ]
85       },
86       "frameworks": "CoreLocation"
87     }
88   ]