| { |
| "name": "VBAlertController", |
| "version": "0.0.1", |
| "summary": "This is a very simple component to help developers to present alerts with vibration", |
| "description": "This is a very simple component to help developers to present alerts with vibration.", |
| "homepage": "https://github.com/zethomazetto/VBAlertController", |
| "license": "MIT", |
| "authors": { |
| "Ezequiel Thomazetto": "zethomazetto@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/zethomazetto/VBAlertController.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.4" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "VBAlertController": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |