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