| { |
| "name": "DeckView", |
| "version": "0.1.0", |
| "summary": "DeckView is a simple card collection view for iOS, works like UITableView.", |
| "description": "A simple card collection view for iOS, works like UITableView.\nDeckView providing UITableView like API so it is easy for use.", |
| "homepage": "https://github.com/xspyhack/DeckView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "xspyhack": "xspyhack@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/xspyhack", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/xspyhack/DeckView.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "DeckView/*.swift", |
| "requires_arc": true |
| } |