[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 7 / 0 / TAKSwiftSupport / 0.1.11 / TAKSwiftSupport.podspec.json
blob56ae2dcf7efc6007b4ebbc91578c8d22e788674b
2   "name": "TAKSwiftSupport",
3   "version": "0.1.11",
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.11"
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.3"
31         ],
32         "RxCocoa": [
33           "~> 2.0.0-beta.3"
34         ],
35         "RxBlocking": [
36           "~> 2.0.0-beta.3"
37         ],
38         "ObjectMapper": [
39           "~> 0.1"
40         ]
41       }
42     },
43     {
44       "name": "Extention",
45       "source_files": "TAKSwiftSupport/Extention/**/*.swift",
46       "dependencies": {
47         "TAKSwiftSupport/Core": [
49         ]
50       }
51     },
52     {
53       "name": "CoreMotion",
54       "source_files": "TAKSwiftSupport/CoreMotion/**/*.swift",
55       "dependencies": {
56         "TAKSwiftSupport/Core": [
58         ]
59       }
60     },
61     {
62       "name": "Math",
63       "source_files": "TAKSwiftSupport/Math/**/*.swift",
64       "dependencies": {
65         "TAKSwiftSupport/Core": [
67         ]
68       }
69     },
70     {
71       "name": "Realm",
72       "source_files": "TAKSwiftSupport/Realm/**/*.swift",
73       "dependencies": {
74         "RealmSwift": [
75           "~> 0.96"
76         ]
77       }
78     }
79   ]