[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 1 / ExpandingMenu / 0.3 / ExpandingMenu.podspec.json
blob26c3bd847fdbaf792465904c1d7c66addd982899
2   "name": "ExpandingMenu",
3   "version": "0.3",
4   "summary": "A mune 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.3"
14   },
15   "social_media_url": "https://twitter.com/monoqlo",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "xcconfig": {
21     "SWIFT_VERSION": "3"
22   },
23   "source_files": "ExpandingMenu/Classes/*.swift",
24   "resource_bundles": {
25     "ExpandingMenu": [
26       "ExpandingMenu/Assets/Sounds/*"
27     ]
28   },
29   "frameworks": [
30     "QuartzCore",
31     "AudioToolBox"
32   ]