[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / e / XCEUniFlow / 4.0.0 / XCEUniFlow.podspec.json
blob1c14f46a27f8d9eea7b6c377306e5a4d76c66abd
2   "name": "XCEUniFlow",
3   "summary": "App architecture done right, inspired by Flux (from Facebook).",
4   "version": "4.0.0",
5   "homepage": "https://XCEssentials.github.io/UniFlow",
6   "source": {
7     "git": "https://github.com/XCEssentials/UniFlow.git",
8     "tag": "4.0.0"
9   },
10   "source_files": "Sources/**/*.swift",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "requires_arc": true,
15   "dependencies": {
16     "XCERequirement": [
17       "~> 1.5"
18     ],
19     "XCEByTypeStorage": [
20       "~> 1.1"
21     ]
22   },
23   "license": {
24     "type": "MIT",
25     "file": "LICENSE"
26   },
27   "authors": {
28     "Maxim Khatskevich": "maxim@khatskevi.ch"
29   },
30   "pushed_with_swift_version": "3.1"