blob: d3248ad8819e225b7f4b78efaa18e2a6042116ee [file] [log] [blame]
{
"name": "BIZPopupView",
"version": "1.0.0",
"summary": "BIZPopupView is a custom popup as ContentView of that can be used any content of UIViewController. Can be used as custom alert.",
"homepage": "https://github.com/bizibizi/BIZPopupView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Bizi": "igorbizi@mail.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bizibizi/BIZPopupView.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"resources": "Resources/*.png",
"dependencies": {
"TPKeyboardAvoiding": [
]
}
}