blob: c744345bd3edb75160012139577c603e05973e7a [file] [log] [blame]
{
"name": "SwiftyDequeuable",
"version": "1.0.0",
"summary": "A more simpler way to Dequeue Cells in Swift",
"description": "SwiftyDequeuable uses Generics and Protocol Oriented Programming to simplify reusing cells.",
"homepage": "https://github.com/itsAlexNguyen/SwiftyDequeuable",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": {
"Alex Nguyen": "hello@gopher.it"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/itsAlexNguyen/SwiftyDequeuable.git",
"tag": "1.0.0"
},
"source_files": "Source/",
"exclude_files": "Source/Exclude",
"pushed_with_swift_version": "3.0"
}