blob: 1e34328b78dc9a69cf5b426732bd19281dfa0183 [file] [log] [blame]
{
"name": "SwiftyToolz",
"version": "1.1.0",
"summary": "Some Basic Swift Tools",
"description": "Some Basic Reusable Tools for Pure Swift",
"homepage": "http://flowtoolz.com",
"license": "MIT",
"authors": {
"Flowtoolz": "contact@flowtoolz.com"
},
"source": {
"git": "https://github.com/flowtoolz/SwiftyToolz.git",
"tag": "1.1.0"
},
"requires_arc": true,
"swift_version": "4.0",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "Code/**/*.swift"
}