blob: 65942823498a2be284d8c31f5c500e8bc33bf781 [file] [log] [blame]
{
"name": "Deck",
"version": "0.1.0",
"summary": "A generic Deck type, like a deck of cards or a slide deck.",
"description": " A generic Deck type, like a deck of cards or a slide deck.\n\n A Deck is similar to a Stack, except that you can go forwards and backwards through it. When you get to the end of a Stack, it loops back around to the start.\n",
"homepage": "https://github.com/matthewpalmer/Swift-Deck",
"license": "MIT",
"authors": {
"matthewpalmer": "matt@matthewpalmer.net"
},
"source": {
"git": "https://github.com/matthewpalmer/Swift-Deck.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Deck": [
"Pod/Assets/*.png"
]
}
}