blob: c3828163d382146c813202421518712181cf4607 [file] [log] [blame]
{
"name": "Schwifty",
"version": "0.1.4",
"summary": "Helpers to smooth out the edges and limit verbosity in Swift and Apple's SDKs",
"description": "A collection of extensions on core and Apple SDK types, wrapper and helper functions, and other utilities that reduce code bloat or make code more self-documenting.",
"homepage": "https://github.com/mikehenson/Schwifty",
"license": "MIT",
"authors": {
"Michael Henson": "mike@inscrutableape.com"
},
"source": {
"git": "https://github.com/mikehenson/Schwifty.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Schwifty": [
"Pod/Assets/*.png"
]
}
}