blob: 7545e4d65ea6a6152d84c9d16bb80fb54aa7a34a [file] [log] [blame]
{
"name": "SwiftToolbox",
"version": "0.2.0",
"summary": "A set of utility classes and extensions.",
"dependencies": {
"iou": [
"~> 0.3"
],
"Molecule": [
"~> 0.8"
]
},
"description": "The toolbox provides utility classes and extensions in Swift.",
"homepage": "https://github.com/kocodude/SwiftToolbox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grant Oladipo": "grant@oladipo.us"
},
"source": {
"git": "https://github.com/kocodude/SwiftToolbox.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/kocodude",
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftToolbox/Classes/**/*"
}