[Add] CZarSDK 1.1.12-test01
[CocoaPods.git] / Specs / d / 1 / e / XCEUniFlow / 4.8.0 / XCEUniFlow.podspec.json
blob8d7ba3089fa61a279eca78f32088b0abad5e268a
2   "name": "XCEUniFlow",
3   "summary": "App architecture done right, inspired by Flux (from Facebook).",
4   "version": "4.8.0",
5   "homepage": "https://XCEssentials.github.io/UniFlow",
6   "source": {
7     "git": "https://github.com/XCEssentials/UniFlow.git",
8     "tag": "4.8.0"
9   },
10   "platforms": {
11     "ios": "9.0",
12     "osx": "10.11",
13     "tvos": "11.0",
14     "watchos": "4.0"
15   },
16   "requires_arc": true,
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "authors": {
22     "Maxim Khatskevich": "maxim@khatskevi.ch"
23   },
24   "default_subspecs": "Core",
25   "pushed_with_swift_version": "3.1",
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "XCERequirement": [
31           "~> 1.6"
32         ]
33       },
34       "source_files": "Sources/Core/**/*.swift"
35     },
36     {
37       "name": "MVVM",
38       "dependencies": {
39         "XCEUniFlow/Core": [
41         ]
42       },
43       "source_files": "Sources/MVVM/**/*.swift"
44     }
45   ]