blob: f01435c4e624d83103fca6fed31171b5e8c8ce65 [file] [log] [blame]
{
"name": "Toolbelt",
"version": "0.2.0",
"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.2.0"
},
"source_files": [
"Toolbelt",
"Classes/**/*.{h,m,swift}"
],
"dependencies": {
"Alamofire": [
"~> 3.4.0"
],
"JGProgressHUD": [
"~> 1.3.2"
]
}
}