blob: 6cca0971f671f92d5819ff45f42aad2c80ca1d05 [file] [log] [blame]
{
"name": "ASGlobalOverlay",
"version": "1.0.0",
"summary": "A modern pop-over controller thats easy to implement.",
"description": "ASGlobalOverlay is a pop-over controller that can display alerts, slide-up menus, and is-working indicators on top of your app. It features a modern interface and easy implementation. Check out the README for details.",
"homepage": "https://github.com/asharma-atx/ASGlobalOverlay",
"screenshots": [
"http://i.imgur.com/Bo3aoU3.png",
"http://i.imgur.com/TqTyVHz.png",
"http://i.imgur.com/WSEa62x.png"
],
"license": "MIT",
"authors": {
"Amit Sharma": "amitsharma@mac.com"
},
"source": {
"git": "https://github.com/asharma-atx/ASGlobalOverlay.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": [
"Pod/Classes/Global\\ Overlay/*.h",
"Pod/Classes/User\\ Option/*.h"
],
"resource_bundles": {
"ASGlobalOverlay": [
"Pod/Assets/*.png"
]
}
}