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