blob: bfe873df2f1ffcb0e40433e64c972a562509fb98 [file] [log] [blame]
{
"name": "Modal",
"version": "1.0.1",
"summary": "Create custom modals for iOS without worrying worrying displaying, positioning, sizing, and screen orientation.",
"description": "Create custom modals for iOS without worrying worrying displaying, positioning, sizing, and screen orientation. You can provide a fixed size for each modal, or use relative sizing. Compatible with iPhone and iPad apps.",
"homepage": "https://github.com/amirshayegh/Modal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"amirshayegh": "shayegh@me.com"
},
"source": {
"git": "https://github.com/amirshayegh/Modal.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Modal/Classes/**/*.{swift}",
"resource_bundles": {
"Modal": [
"Modal/Classes/**/*.{storyboard,xib}",
"Modal/Assets/*.png"
]
},
"frameworks": "UIKit"
}