[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 9 / b / XCEToolbox / 1.6.2 / XCEToolbox.podspec.json
bloba3350338cbe90c9125fdd420c6d931d16adc0023
2   "name": "XCEToolbox",
3   "summary": "Set of helpers for writing apps faster.",
4   "version": "1.6.2",
5   "homepage": "https://XCEssentials.github.io/Toolbox",
6   "source": {
7     "git": "https://github.com/XCEssentials/Toolbox.git",
8     "tag": "1.6.2"
9   },
10   "requires_arc": true,
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Maxim Khatskevich": "maxim@khatskevi.ch"
17   },
18   "source_files": "Sources/Common/**/*.swift",
19   "resource_bundles": {
20     "XCEToolbox_CommonTemplates": "Templates/Common/**/*.stencil"
21   },
22   "dependencies": {
23     "Kingfisher": [
24       "~> 4.3.0"
25     ]
26   },
27   "platforms": {
28     "ios": "10.0"
29   },
30   "ios": {
31     "source_files": "Sources/iOS/**/*.swift",
32     "resource_bundles": {
33       "XCEToolbox_iOSTemplates": "Templates/iOS/**/*.stencil"
34     },
35     "frameworks": "UIKit",
36     "dependencies": {
37       "PromiseKit": [
38         "~> 6.1.0"
39       ],
40       "RandomColorSwift": [
41         "~> 1.0.0"
42       ],
43       "Mortar/Core_NoCreatable": [
44         "~> 1.4.0"
45       ],
46       "Mortar/MortarVFL_NoCreatable": [
48       ],
49       "XCEUniFlow": [
50         "~> 4.10.0"
51       ],
52       "XCEViewExt": [
53         "~> 1.0.0"
54       ],
55       "XCEModelDependable": [
56         "~> 1.1.0"
57       ],
58       "XCEViewEvents": [
59         "~> 1.1.0"
60       ],
61       "XCEStream": [
62         "~> 1.1.0"
63       ],
64       "XCEFunctionalState": [
65         "~> 4.0.0"
66       ],
67       "XCEReusableView": [
68         "~> 1.1.0"
69       ]
70     }
71   }