[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / b / 1 / 0 / RevealMenuController / 0.1.0 / RevealMenuController.podspec.json
blobd339ffc678f321662e3e19dd6c4b5b6ffa1a5b7d
2   "name": "RevealMenuController",
3   "version": "0.1.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.1.0"
17   },
18   "social_media_url": "https://twitter.com/anatoliy_v",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "RevealMenuController/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "SMIconLabel": [
26       "~> 0.1.0"
27     ]
28   }