[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / b / 9 / Zopup / 1.0.0 / Zopup.podspec.json
blob09dd27d20bb1c0ef878b3f2e3b7e4bdf5c9cedc7
2   "name": "Zopup",
3   "version": "1.0.0",
4   "summary": "A FIFO queue popup tool",
5   "description": "A FIFO queue popup tool",
6   "homepage": "https://github.com/lzackx/Zopup",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lzackx": "lzackx@lzackx.com"
13   },
14   "source": {
15     "git": "https://github.com/lzackx/Zopup.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "frameworks": "UIKit",
22   "source_files": "Zopup/Classes/**/*.{h,m}",
23   "public_header_files": [
24     "Zopup/Classes/Zopup.h"
25   ],
26   "private_header_files": [
27     "Zopup/Classes/ZopupPrivate.h",
28     "Zopup/Classes/ZopupOperation.h",
29     "Zopup/Classes/ZopupViewController.h"
30   ],
31   "dependencies": {
32     "pop": [
34     ]
35   }