[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / 5 / JDPopup / 0.0.3 / JDPopup.podspec.json
blob5ea477d159d8c72750e56d4c57516f49656ce731
2   "name": "JDPopup",
3   "version": "0.0.3",
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.3"
24   },
25   "source_files": "JDPopup/*.swift",
26   "requires_arc": true,
27   "resources": "JDPopup/exit.png",
28   "swift_version": "5.0"