[Add] MappIntelligence 5.0.13
[CocoaPods.git] / Specs / e / 7 / 0 / TAKSwiftSupport / 0.6.12 / TAKSwiftSupport.podspec.json
blob360daa85b6f48a58b62c4474e5ba7ac52e9560d8
2   "name": "TAKSwiftSupport",
3   "version": "0.6.12",
4   "summary": "Swift Support Project",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE.txt"
8   },
9   "homepage": "https://github.com/taktem/TAKSwiftSupport",
10   "authors": {
11     "taktem": "nishimura[at]taktem.com"
12   },
13   "source": {
14     "git": "https://github.com/taktem/TAKSwiftSupport.git",
15     "tag": "0.6.12"
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.5"
29         ],
30         "RxSwift": [
31           "~> 2.1.0"
32         ],
33         "RxCocoa": [
34           "~> 2.1.0"
35         ],
36         "RxBlocking": [
37           "~> 2.1.0"
38         ],
39         "ObjectMapper": [
40           "~> 1.1"
41         ]
42       }
43     },
44     {
45       "name": "CoreMotion",
46       "source_files": "TAKSwiftSupport/CoreMotion/**/*.swift",
47       "dependencies": {
48         "TAKSwiftSupport/Core": [
50         ]
51       },
52       "frameworks": "CoreMotion"
53     },
54     {
55       "name": "Math",
56       "source_files": "TAKSwiftSupport/Math/**/*.swift",
57       "dependencies": {
58         "TAKSwiftSupport/Core": [
60         ]
61       }
62     },
63     {
64       "name": "Realm",
65       "source_files": "TAKSwiftSupport/Realm/**/*.swift",
66       "dependencies": {
67         "TAKSwiftSupport/Core": [
69         ],
70         "RealmSwift": [
71           "~> 0.97.0"
72         ]
73       }
74     },
75     {
76       "name": "CoreLocation",
77       "source_files": "TAKSwiftSupport/CoreLocation/**/*.swift",
78       "dependencies": {
79         "TAKSwiftSupport/Core": [
81         ]
82       },
83       "frameworks": "CoreLocation"
84     }
85   ]