blob: 417d2d60d486f8ec530c9983336f0899335daa42 [file] [log] [blame]
{
"name": "Toolbelt",
"version": "0.6.1",
"summary": "A toolbelt of useful types and extensions for rapid Swift development",
"description": "Programmer toolbelts are like assholes. Everyone has one, nobody cares.",
"homepage": "https://github.com/ChrisChares/SwiftToolbelt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Chares": "chris@chares.io"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ChrisChares/SwiftToolbelt.git",
"tag": "0.6.1"
},
"source_files": [
"Toolbelt",
"Classes/**/*.{h,m,swift}"
],
"dependencies": {
"JGProgressHUD": [
"~> 1.3.2"
]
}
}