| { |
| "name": "LGFlapJackStackView", |
| "version": "1.0.0", |
| "summary": "A view that supports horizontally stacked bar graphs that displays two bars competing with each other.", |
| "description": " This class is useful if you are trying to display two categories that are competing with each other on a numerical basis. For example, if you are displaying a sports teams season points vs that teams points surrendered. This view may give you that head to head matchup look you are going for.\n", |
| "homepage": "https://github.com/lukegeiger/LGFlapJackStackView", |
| "license": "MIT", |
| "authors": { |
| "Luke Geiger": "lukejamesgeiger@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/lukegeiger/LGFlapJackStackView.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://twitter.com/lukejgeiger", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "LGFlapJackStackView": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |