blob: d1eb2dd97b85985d95596d1f78a2f5b79692ae7f [file] [log] [blame]
{
"name": "IDPopup",
"version": "1.0.0",
"summary": "View-hierachy independent Popups for iOS",
"description": "IDPopup is a easy to use Pod to show Popups on the bottom of the Screen indepentend from the view hierarchy of your app.",
"homepage": "https://github.com/ImperialDevelopment/IDPopup",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Schoder": "schoda@me.com"
},
"source": {
"git": "https://github.com/ImperialDevelopment/IDPopup.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "IDPopup/Classes/**/*",
"resource_bundles": {
"IDPopup": [
"IDPopup/Assets/*"
]
},
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}