blob: f0da225017f3f96a01d3197b73762ff273bc0308 [file] [log] [blame]
{
"name": "DPKitchenSink",
"version": "1.1.0",
"license": {
"type": "BSD"
},
"homepage": "https://github.com/drewpitchford",
"authors": {
"Drew Pitchford": "dpitchford@me.com"
},
"summary": "Things I use a lot in my iOS projects",
"platforms": {
"ios": "9.0"
},
"ios": {
"vendored_frameworks": "DPKitchenSink.framework"
},
"source": {
"git": "https://github.com/drewpitchford/DPKitchenSink.git",
"tag": "1.1.0"
},
"swift_version": "4.1",
"dependencies": {
"CocoaLumberjack/Swift": [
],
"PureLayout": [
],
"Reusable": [
"~> 4.0"
],
"SwifterSwift": [
]
}
}