blob: d8d62b68bd2121c6512fbb976f5e96cfb69f11f5 [file] [log] [blame]
{
"name": "DPKitchenSink",
"version": "1.2.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.2.0"
},
"swift_version": "5.0",
"dependencies": {
"CocoaLumberjack/Swift": [
],
"PureLayout": [
],
"Reusable": [
"~> 4.0"
],
"SwifterSwift": [
]
}
}