[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 0 / b / HMReactiveRedux / 1.0.3 / HMReactiveRedux.podspec.json
blob77e46110b21eb53e827fc8dfdf1ea97a7a81a3c0
2   "name": "HMReactiveRedux",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "swift_version": "4.2",
7   "summary": "Rx-enabled Redux implementation for iOS clients.",
8   "requires_arc": true,
9   "version": "1.0.3",
10   "license": {
11     "type": "Apache-2.0",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Hai Pham": "swiften.svc@gmail.com"
16   },
17   "homepage": "https://github.com/protoman92/HMReactiveRedux-Swift.git",
18   "source": {
19     "git": "https://github.com/protoman92/HMReactiveRedux-Swift.git",
20     "tag": "1.0.3"
21   },
22   "dependencies": {
23     "SwiftFP/Main": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Main",
30       "source_files": [
31         "HMReactiveRedux/*.{h,swift}",
32         "HMReactiveRedux/Preset/*"
33       ]
34     },
35     {
36       "name": "Rx",
37       "dependencies": {
38         "RxSwift": [
40         ],
41         "HMReactiveRedux/Main": [
43         ]
44       },
45       "source_files": "HMReactiveRedux/RxStore/*.{swift}"
46     },
47     {
48       "name": "UI",
49       "dependencies": {
50         "HMReactiveRedux/Main": [
52         ]
53       },
54       "source_files": "HMReactiveRedux/UI/*"
55     }
56   ]