[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / 3 / ASGlobalOverlay / 1.0.1 / ASGlobalOverlay.podspec.json
blobeebb7b91a7ed75e12a863e7a44a70f53c1c71867
2   "name": "ASGlobalOverlay",
3   "version": "1.0.1",
4   "summary": "A modern pop-over controller thats easy to implement.",
5   "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.",
6   "homepage": "https://github.com/asharma-atx/ASGlobalOverlay",
7   "screenshots": [
8     "http://i.imgur.com/Bo3aoU3.png",
9     "http://i.imgur.com/TqTyVHz.png",
10     "http://i.imgur.com/WSEa62x.png"
11   ],
12   "license": "MIT",
13   "authors": {
14     "Amit Sharma": "amitsharma@mac.com"
15   },
16   "source": {
17     "git": "https://github.com/asharma-atx/ASGlobalOverlay.git",
18     "tag": "1.0.1"
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "public_header_files": [
26     "Pod/Classes/Global\\ Overlay/*.h",
27     "Pod/Classes/User\\ Option/*.h"
28   ],
29   "resource_bundles": {
30     "ASGlobalOverlay": [
31       "Pod/Assets/*.png"
32     ]
33   }