[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / f / 2 / Menuator / 0.0.1 / Menuator.podspec.json
blobf46c8def9a902ced164138eef98e6b255ad735b0
2   "name": "Menuator",
3   "version": "0.0.1",
4   "summary": "Floating menu & screen management in Swift",
5   "description": "Screen management framework with floating menu based on UICollectionViews which offer great reusability and memory management.",
6   "homepage": "https://github.com/manGoweb/Menuator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ondrej Rafaj": "developers@mangoweb.com"
13   },
14   "source": {
15     "git": "https://github.com/manGoweb/Menuator.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Menuator/Classes/**/*",
22   "dependencies": {
23     "SnapKit": [
24       "~> 4.0.0"
25     ]
26   }