blob: 2424ddb8b56a979584174b7b2bb5e734681c8df6 [file] [log] [blame]
{
"name": "Snippets",
"version": "0.11.0",
"summary": "Snippets in Swift",
"description": "A collection of Swift snippets for enhancing standard Apple frameworks. The snippets have no non-standard dependencies, by design.",
"homepage": "https://github.com/royratcliffe/Snippets",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Roy Ratcliffe": "roy@pioneeringsoftware.co.uk"
},
"source": {
"git": "https://github.com/royratcliffe/Snippets.git",
"tag": "0.11.0"
},
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "9.0"
},
"requires_arc": true
}