[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / d / f / b / BZPopupWindow / 0.1.0 / BZPopupWindow.podspec.json
blob05631c6603693511bcd0c08091c5c2c7bd41a009
2   "name": "BZPopupWindow",
3   "version": "0.1.0",
4   "summary": "A versatile, customizable and lightweight popup window",
5   "swift_versions": "5.0",
6   "description": "This popup window is a supplement to UIAlterController. The default UIAlterController can't add images, custom views or custom animation. This pop window can show images, custom title and message, custom view, and custom animation. It also has a more appropriate UI design than the default UIAlterController (larger width and adaptive height)",
7   "homepage": "https://github.com/banghuazhao/BZPopupWindow",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "banghuazhao": "banghua.zhao@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/banghuazhao/BZPopupWindow.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "BZPopupWindow/Classes/**/*",
23   "dependencies": {
24     "SnapKit": [
25       "~> 5.0"
26     ]
27   },
28   "swift_version": "5.0"