[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 9 / 5 / SwiftyPopUpView / 0.1.27 / SwiftyPopUpView.podspec.json
blob79aed5fcc323e2f34de268f1fa2b02b436e5836d
2   "name": "SwiftyPopUpView",
3   "version": "0.1.27",
4   "summary": "Fantastic modal Pop Up View written in Swift.",
5   "description": "Modal Pop Up View written in Swift for presenting your content. You can use it instead of alert controller.",
6   "homepage": "https://github.com/palozinski/SwiftyPopUpView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pawel": "palozinski@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/palozinski/SwiftyPopUpView.git",
16     "tag": "0.1.27"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": [
22     "SwiftyPopUpView/PopUpView.swift",
23     "SwiftyPopUpView/View/MessageContainerView",
24     "SwiftyPopUpView/Controller/SwiftyPopUpViewController.swift"
25   ],
26   "resources": "SwiftyPopUpView/**/PopUp.storyboard",
27   "pushed_with_swift_version": "3.0"