[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 2 / b / 1 / JFPopup / 1.4.3 / JFPopup.podspec.json
blobe5aa0ceb93906f285f32e79ee2ca366f89a2ea19
2   "name": "JFPopup",
3   "version": "1.4.3",
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*Version 1.2.0 support a ToastView\n*Version 1.3.0 support a LodingView\n*Version 1.4.0 support a AlertView\n*In the feature, will support more popup view",
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.4.3"
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       "~> 1.0.0"
28     ]
29   },
30   "resource_bundles": {
31     "JFPopup": [
32       "JFPopup/Assets/*.png"
33     ]
34   },
35   "swift_version": "4.0"