[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 9 / b / XCEToolbox / 1.11.1 / XCEToolbox.podspec.json
blob1df54209261b8e85cdb213e1d563d88a3c8d5efb
2   "name": "XCEToolbox",
3   "summary": "Set of helpers for writing apps faster.",
4   "version": "1.11.1",
5   "homepage": "https://XCEssentials.github.io/Toolbox",
6   "source": {
7     "git": "https://github.com/XCEssentials/Toolbox.git",
8     "tag": "1.11.1"
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/Sourcery/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": [
37         "Templates/Sourcery/iOS/**/*.stencil",
38         "Templates/SwiftGen/iOS/**/*.stencil"
39       ]
40     },
41     "frameworks": "UIKit",
42     "dependencies": {
43       "SwiftGen": [
44         "~> 5.3.0"
45       ],
46       "RandomColorSwift": [
47         "~> 1.0.0"
48       ],
49       "Mortar/Core_NoCreatable": [
50         "~> 1.4.0"
51       ],
52       "Mortar/MortarVFL_NoCreatable": [
54       ],
55       "XCEArrayExt": [
56         "~> 1.1.0"
57       ],
58       "XCEUniFlow": [
59         "~> 4.10.0"
60       ],
61       "XCEViewExt": [
62         "~> 1.0.0"
63       ],
64       "XCEModelDependable": [
65         "~> 1.1.0"
66       ],
67       "XCEViewEvents": [
68         "~> 1.1.0"
69       ],
70       "XCEStream": [
71         "~> 1.1.0"
72       ],
73       "XCEFunctionalState": [
74         "~> 4.0.0"
75       ],
76       "XCEReusableView": [
77         "~> 1.1.0"
78       ],
79       "XCEValidatableValue": [
80         "~> 3.1.0"
81       ]
82     }
83   }