[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / b / 4 / Deck / 0.1.0 / Deck.podspec.json
blob65942823498a2be284d8c31f5c500e8bc33bf781
2   "name": "Deck",
3   "version": "0.1.0",
4   "summary": "A generic Deck type, like a deck of cards or a slide deck.",
5   "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",
6   "homepage": "https://github.com/matthewpalmer/Swift-Deck",
7   "license": "MIT",
8   "authors": {
9     "matthewpalmer": "matt@matthewpalmer.net"
10   },
11   "source": {
12     "git": "https://github.com/matthewpalmer/Swift-Deck.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Deck": [
22       "Pod/Assets/*.png"
23     ]
24   }