[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / e / 9 / AERightMenuWindow / 0.0.2 / AERightMenuWindow.podspec.json
blob11a24041035f71cf29bc3a98880f47ee23feb04c
2   "name": "AERightMenuWindow",
3   "version": "0.0.2",
4   "summary": "A generic approach to show view controller as side right menu in iOS",
5   "description": "Utilize UIWindow to show a view controller as a right side menu. You can specify the width percentage of menu view related to the full screen.\nAlso, you can set the dropback color(normally it's a semi-transparent color) and the animation duration for showing the side menu.",
6   "homepage": "https://github.com/canicelebrate/AERightMenuWindow",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "William Wang": "canicelebrate@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/canicelebrate/AERightMenuWindow.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "RightMenuCore/*.{h,m}",
22   "dependencies": {
23     "PureLayout": [
25     ]
26   }