[Add] Fyber_FMPAdapter 8.3.4
[CocoaPods.git] / Specs / 2 / b / 1 / JFPopup / 1.1.0 / JFPopup.podspec.json
blob0ba6336bdffe54b2a7ddfff83d3fe220fb282012
2   "name": "JFPopup",
3   "version": "1.1.0",
4   "summary": "A Swift Popup Module help you popup your custom view easily",
5   "description": "*JFPopup can help you popup your custom view with any way*\n*Like popup a Drawer, a dialog, a bottomSheet,*\n*Also support Objc, but you should writeJFPopup  extension with youself, usage see example.\n*Support many General Kit:\n*Version 1.0.0 support a Wechat Style ActionSheet\n*In the feature, will support more popup view like UIAlertView",
6   "homepage": "https://github.com/JerryFans/JFPopup",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JerryFans": "fanjiarong_haohao@163.com"
13   },
14   "source": {
15     "git": "https://github.com/JerryFans/JFPopup.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "JFPopup/Classes/**/*",
22   "swift_versions": [
23     "4.0"
24   ],
25   "dependencies": {
26     "JRBaseKit": [
27       "~> 0.9.0"
28     ]
29   },
30   "resource_bundles": {
31     "JFPopup": [
32       "JFPopup/Assets/*.png"
33     ]
34   },
35   "swift_version": "4.0"