[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 0 / 7 / MLFlyOverMenu / 0.1.0 / MLFlyOverMenu.podspec.json
blob1fb8b3405ea12bffbc67d9f11f7c07f18b2071b7
2   "name": "MLFlyOverMenu",
3   "version": "0.1.0",
4   "summary": "A lightweight and convenient way of presenting a view controller inspired by UIPopoverController and SWRevealViewController.",
5   "description": "A lightweight and convenient way of presenting a view controller inspired by UIPopoverController and SWRevealViewController. Highly customizable. Full initialization and customization from a storyboard.",
6   "homepage": "http://mustlab.ru",
7   "license": "MIT",
8   "authors": {
9     "MUSTLab Developer": "hello@mustlab.ru"
10   },
11   "source": {
12     "git": "https://bitbucket.org/mustlab_opensource/mlflyovermenu.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "MLFlyOverMenu": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": "UIKit"