blob: fabb08e0d3df01d349382e4f3f90ff7d7f44ffd9 [file] [log] [blame]
{
"name": "Reusables",
"version": "0.0.1",
"summary": "A collection of Reusables classes.",
"description": "Reusables is a collection of classes which are built to be dumb, but provide\ngenerics and fucntional programming concepts that allow you to tell them what\nto do.",
"homepage": "http://github.com/kylebrowning/Reusables",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyle Browning": "kylebrowning@me.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kylebrowning/Reusables.git",
"tag": "0.0.1"
},
"source_files": "Sources/**/*.swift",
"exclude_files": "Tests",
"pushed_with_swift_version": "3.0"
}