[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / e / 9 / b / XCEToolbox / 1.5.0 / XCEToolbox.podspec.json
blobb6747e687e7684250b30ff75368c7eccaaaf1166
2   "name": "XCEToolbox",
3   "summary": "Set of helpers for writing apps faster.",
4   "version": "1.5.0",
5   "homepage": "https://XCEssentials.github.io/Toolbox",
6   "source": {
7     "git": "https://github.com/XCEssentials/Toolbox.git",
8     "tag": "1.5.0"
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     "SnapKit": [
24       "~> 4.0.0"
25     ],
26     "PromiseKit": [
27       "~> 6.1.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     "dependencies": {
39       "XCEUniFlow": [
40         "~> 4.10.0"
41       ],
42       "XCEFunctionalState": [
43         "~> 3.2.0"
44       ]
45     }
46   },
47   "frameworks": "UIKit"