blob: 6571f9382371b5ddb783e41a44f66a92291f37cb [file] [log] [blame]
{
"name": "SwiftyPopUpView",
"version": "0.1.28",
"summary": "Fantastic modal Pop Up View written in Swift.",
"description": "Modal Pop Up View written in Swift for presenting your content. You can use it instead of alert controller.",
"homepage": "https://github.com/palozinski/SwiftyPopUpView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pawel": "palozinski@gmail.com"
},
"source": {
"git": "https://github.com/palozinski/SwiftyPopUpView.git",
"tag": "0.1.28"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"SwiftyPopUpView/PopUpView.swift",
"SwiftyPopUpView/View/MessageContainerView.swift",
"SwiftyPopUpView/Controller/SwiftyPopUpViewController.swift"
],
"resources": "SwiftyPopUpView/**/PopUp.storyboard",
"pushed_with_swift_version": "3.0"
}