[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / 4 / BBSlideoutMenu / 0.2 / BBSlideoutMenu.podspec.json
blob76c49e6d8ddfbeb97e2940cf317e98d45d781f51
2   "name": "BBSlideoutMenu",
3   "version": "0.2",
4   "summary": "A simple 'one line of code' Slideout Menu solution without the need for segues",
5   "description": "A simple solution for creating great looking slideout menus quickly. By nesting the menu view in the scene dock you can visually edit the menu whilst skipping the need to manage data between segues and view controllers.",
6   "homepage": "https://github.com/BergerBytes/BBSlideoutMenu",
7   "license": "MIT",
8   "authors": {
9     "Michael Berger": "contact@bergerbytes.co"
10   },
11   "source": {
12     "git": "https://github.com/BergerBytes/BBSlideoutMenu.git",
13     "tag": "0.2"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/",
20   "resource_bundles": {
21     "BBSlideoutMenu": [
22       "Pod/Assets/*.png"
23     ]
24   }