blob: a943d2909eb8e2d26baa9bbfa28352fdb7030272 [file] [log] [blame]
{
"name": "Snippets",
"version": "0.1.7",
"summary": "Snippets in Swift",
"description": "A collection of Swift snippets for enhancing standard Apple frameworks. The\nsnippets 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.7"
},
"source_files": "Snippets/**/*.{swift,h}",
"platforms": {
"ios": "9.0"
},
"requires_arc": true
}