[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 1 / 6 / SlideMenu3D / 0.1.6 / SlideMenu3D.podspec.json
blob8371276939e26dc653b9af182298018792321aaf
2   "name": "SlideMenu3D",
3   "version": "0.1.6",
4   "summary": "A small class for lateral menu with 3D effect.",
5   "description": "A small class for lateral menu with 3D effect, support tap gesture when el menu is open and tap gesture all time, support device orientation. you can choose the side for the menu.",
6   "homepage": "https://github.com/hunk/SlideMenu3D",
7   "screenshots": [
8     "https://raw.githubusercontent.com/hunk/MediaDemo/master/SlideMenu3D/menu_left.png",
9     "https://raw.githubusercontent.com/hunk/MediaDemo/master/SlideMenu3D/menu_right.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "@hunk": "ing.edgar@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/hunk/SlideMenu3D.git",
17     "tag": "0.1.6"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "source_files": "Pod/Classes/**/*",
24   "resource_bundles": {
25     "SlideMenu3D": [
26       "Pod/Assets/*.png"
27     ]
28   }