[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 9 / b / XCEToolbox / 1.6.3 / XCEToolbox.podspec.json
blobd3c76bf8e9e4f261cbbd7e13a4e016f0a30cc973
2   "name": "XCEToolbox",
3   "summary": "Set of helpers for writing apps faster.",
4   "version": "1.6.3",
5   "homepage": "https://XCEssentials.github.io/Toolbox",
6   "source": {
7     "git": "https://github.com/XCEssentials/Toolbox.git",
8     "tag": "1.6.3"
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.7.0"
25     ],
26     "PromiseKit": [
27       "~> 6.2.0"
28     ]
29   },
30   "platforms": {
31     "ios": "10.0"
32   },
33   "ios": {
34     "source_files": "Sources/iOS/**/*.swift",
35     "resource_bundles": {
36       "XCEToolbox_iOSTemplates": "Templates/iOS/**/*.stencil"
37     },
38     "frameworks": "UIKit",
39     "dependencies": {
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   }