blob: 23468016cd428b6e3a714cbccc1170035a49823a [file] [log] [blame]
{
"name": "SKExtensions",
"version": "0.1.0",
"summary": "A Collection of Useful Swift Extensions",
"description": "SKExtensions is a collection of extensions which I found nice to have when learning Swift and making Apps. Hope you find them useful as well.",
"homepage": "https://github.com/icyasblue/SKExtensions",
"license": "MIT",
"authors": {
"Angelo Yu": "angeloyu@gmail.com"
},
"source": {
"git": "https://github.com/icyasblue/SKExtensions.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SKExtensions": [
"Pod/Assets/*.png"
]
}
}