[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / 4 / BBSlideoutMenu / 0.1.1 / BBSlideoutMenu.podspec.json
blob2042814ecf1cfefb6f3eb2cad5e4aaf66e1d4cd2
2   "name": "BBSlideoutMenu",
3   "version": "0.1.1",
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.1.1"
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   }