[Add] libpag-enterprise 4.4.20
[CocoaPods.git] / Specs / b / 6 / 5 / JDPopup / 0.0.2 / JDPopup.podspec.json
blob229cfaa23e7c3f0300d215c16ba43e9ebfe53f17
2   "name": "JDPopup",
3   "version": "0.0.2",
4   "summary": "Showing your contents in a popup view",
5   "description": "JDPopup is a popup container for iOS. It shows a popup view with an arrow that indicates the sender point. You can put any type of UIView into it, UILabel, UITableView, UICollecitonView, UITextView... etc. All you need to do is to put them into its API, JDPopup automatically determines showing up on the maximum available height, or you can custom the width and height.",
6   "homepage": "https://github.com/jdleung/JDPopup",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jdleung": "jdleungs@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "pod_target_xcconfig": {
18     "SWIFT_VERSION": "5.0"
19   },
20   "swift_versions": "5.0",
21   "source": {
22     "git": "https://github.com/jdleung/JDPopup.git",
23     "tag": "0.0.2"
24   },
25   "source_files": "JDPopup/*.swift",
26   "requires_arc": true,
27   "resources": "JDPopup/exit.png",
28   "swift_version": "5.0"