blob: 3eb2d83db8ab002a16b4a8b3d111ce02338bdc8a [file] [log] [blame]
{
"name": "CMToolkit",
"version": "1.0.0",
"summary": "A collection of tools, utilities, and helpers augmenting the Swift standard library.",
"description": "This framework acts as an augmentation of the swift standard library, adding common shorthands and convenience utilities to make life just that much better. Because you deserve nice things.",
"homepage": "https://github.com/schrismartin/CMToolkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Martin": "schrismartin@me.com"
},
"source": {
"git": "https://github.com/schrismartin/CMToolkit.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/schrismartin",
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*"
}