[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 1 / a / c / JZToolKit / 0.11.1 / JZToolKit.podspec.json
blobe8479004d97c1fc568b9de0ee2178b4d310a1dcf
2   "name": "JZToolKit",
3   "version": "0.11.1",
4   "summary": "Tools for common Swift functions and helpers.",
5   "description": "This frameworks consolidates a lot of repeated Swift code to use in\nall Swift related projects. This should help with Swift version changes\ngoing forward.",
6   "homepage": "https://github.com/jzucker2/JZToolKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jzucker2": "jordan.zucker@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jzucker2/JZToolKit.git",
16     "tag": "0.11.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": [
22     "Core",
23     "CoreData"
24   ],
25   "pushed_with_swift_version": "3.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "JZToolKit/Classes/Core/**/*.swift",
30       "frameworks": "UIKit"
31     },
32     {
33       "name": "CoreData",
34       "source_files": "JZToolKit/Classes/CoreData/**/*.swift",
35       "resource_bundles": {
36         "JZToolKitModel": [
37           "JZToolKit/Assets/JZToolKitModel.xcdatamodeld"
38         ]
39       },
40       "dependencies": {
41         "JZToolKit/Core": [
43         ]
44       },
45       "frameworks": [
46         "UIKit",
47         "CoreData"
48       ]
49     },
50     {
51       "name": "Experimental",
52       "source_files": "JZToolKit/Classes/Experimental/**/*.swift",
53       "dependencies": {
54         "JZToolKit/Core": [
56         ]
57       },
58       "frameworks": "UIKit"
59     }
60   ]