[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / a / c / JZToolKit / 0.6.1 / JZToolKit.podspec.json
blob4d4904d6a7225adae86669c9e2b89e122437e36c
2   "name": "JZToolKit",
3   "version": "0.6.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.6.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "JZToolKit/Classes/Core/**/*.swift",
26       "frameworks": "UIKit"
27     },
28     {
29       "name": "CoreData",
30       "source_files": "JZToolKit/Classes/CoreData/**/*.swift",
31       "frameworks": [
32         "UIKit",
33         "CoreData"
34       ]
35     }
36   ]