| { |
| "name": "PopUpViewAlert", |
| "version": "0.1.0", |
| "summary": "This is a framework that will be a lot useful", |
| "description": "This library will popup some a view where you can set the context of the view, it can be a successful popupview with a message to let you know what the user have done. It can also be a warnning or a error.", |
| "homepage": "https://github.com/Coimbraa/PopUpViewAlert", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Daniel Coimbra": "daniel.alexandrecoimbra@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Coimbraa/PopUpViewAlert.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "PopUpViewAlert/Classes/**/*", |
| "resource_bundles": { |
| "PopUpViewAlert": [ |
| "PopUpViewAlert/Assets/*.png" |
| ] |
| }, |
| "frameworks": "UIKit", |
| "pushed_with_swift_version": "3.0" |
| } |