blob: d91d1447b34bcac9dbe0fe3fef3416036b33c3dc [file] [log] [blame]
{
"name": "Snippets",
"version": "0.1.14",
"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.1.14"
},
"source_files": "Snippets/**/*.{swift,h}",
"platforms": {
"ios": "9.0"
},
"requires_arc": true
}