[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 1 / 0 / RevealMenuController / 0.4.0 / RevealMenuController.podspec.json
blobeb8c507568fab40aded5d42882f4ad2eed043414
2   "name": "RevealMenuController",
3   "version": "0.4.0",
4   "summary": "Menu controller with expandable item groups, custom position and appearance animation written with Swift.",
5   "description": "Menu controller with expandable item groups, custom position and appearance animation written with Swift.\nSimilar to AuctionSheet style of UIAlertController.",
6   "homepage": "https://github.com/anatoliyv/RevealMenuController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anatoliy Voropay": "anatoliy.voropay@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/anatoliyv/RevealMenuController.git",
16     "tag": "v.0.4.0"
17   },
18   "social_media_url": "https://twitter.com/anatoliy_v",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "RevealMenuController/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "SMIconLabel": [
27     ]
28   }