[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / e / 9 / b / XCEToolbox / 1.6.0 / XCEToolbox.podspec.json
blobcadfb914da792b71111240ef2ba8371bf79a68c4
2   "name": "XCEToolbox",
3   "summary": "Set of helpers for writing apps faster.",
4   "version": "1.6.0",
5   "homepage": "https://XCEssentials.github.io/Toolbox",
6   "source": {
7     "git": "https://github.com/XCEssentials/Toolbox.git",
8     "tag": "1.6.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       "XCEFunctionalState": [
40         "~> 4.0.0"
41       ]
42     }
43   },
44   "frameworks": "UIKit"