[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / a / 1 / ExpandingMenu / 0.4.0 / ExpandingMenu.podspec.json
blobcf4f9f0b7d7e98a2888cb8071b364ee2e9c0e6f9
2   "name": "ExpandingMenu",
3   "version": "0.4.0",
4   "summary": "A menu button expanding vertical.",
5   "description": "This library provides a global menu button.",
6   "homepage": "https://github.com/monoqlo/ExpandingMenu",
7   "license": "MIT",
8   "authors": {
9     "monoqlo": "monoqlo44@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/monoqlo/ExpandingMenu.git",
13     "tag": "0.4.0"
14   },
15   "social_media_url": "https://twitter.com/monoqlo",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "ExpandingMenu/Classes/*.swift",
21   "resource_bundles": {
22     "ExpandingMenu": [
23       "ExpandingMenu/Assets/Sounds/*"
24     ]
25   },
26   "frameworks": [
27     "QuartzCore",
28     "AudioToolBox"
29   ]