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