blob: d112601fae5d65b5154dd256117a2ef917111275 [file] [log] [blame]
{
"name": "EasyPopUp",
"version": "0.1.0",
"summary": "Easy way to transform UIViews to popups",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/mohammadz74/EasyPopUp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mohammad": "mohammad_z74@icloud.com"
},
"source": {
"git": "https://github.com/Mohammadz74/EasyPopUp.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source_files": "EasyPopUp/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"DynamicBlurView": [
"~> 2.0"
]
}
}