| { |
| "name": "Glyptodon", |
| "version": "1.0.9", |
| "license": { |
| "type": "MIT" |
| }, |
| "homepage": "https://github.com/exchangegroup/Glyptodon", |
| "summary": "A 'no content' message overlay for iOS written in Swift.", |
| "description": "This is an iOS library for showing a 'no content' message over an existing view. It can be used to show a missing content message and suggest an action.\n\nFor example, consider we have an ecommerce app with a shopping cart screen that shows a list of products. If the user goes to the empty cart screen we can show an \"Empty cart\" message and a \"Search\" button.", |
| "authors": { |
| "Evgenii Neumerzhitckii": "sausageskin@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/exchangegroup/Glyptodon.git", |
| "tag": "1.0.9" |
| }, |
| "screenshots": "https://raw.githubusercontent.com/exchangegroup/Glyptodon/master/Graphics/Glyptodon_logo.png", |
| "source_files": "Glyptodon/**/*.swift", |
| "platforms": { |
| "ios": "8.0" |
| } |
| } |