| { |
| "name": "TabDrawer", |
| "version": "0.1.0", |
| "summary": "A TabBar UI element that can display a customizable drawer", |
| "description": "TabDrawer is a UIView subclass that can be used to show a tab bar which can either fire off actions when selected, or display a customizable drawer.", |
| "homepage": "https://github.com/winslowdibona/TabDrawer", |
| "license": "MIT", |
| "authors": { |
| "winslowdibona": "dibona.winslow@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/winslowdibona/TabDrawer.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TabDrawer/Classes/**/*", |
| "resource_bundles": { |
| "TabDrawer": [ |
| "TabDrawer/Assets/*.png" |
| ] |
| } |
| } |