blob: 803902e1de9a72e7a89792c8bc90c2b0642883af [file] [log] [blame]
{
"name": "JZToolKit",
"version": "0.4.0",
"summary": "Tools for common Swift functions and helpers.",
"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.",
"homepage": "https://github.com/jzucker2/JZToolKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jzucker2": "jordan.zucker@gmail.com"
},
"source": {
"git": "https://github.com/jzucker2/JZToolKit.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "10.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "JZToolKit/Classes/Core/**/*.swift",
"frameworks": "UIKit"
},
{
"name": "CoreData",
"source_files": "JZToolKit/Classes/CoreData/**/*.swift",
"frameworks": [
"UIKit",
"CoreData"
]
}
]
}