blob: e68b5c9c8abea90644f6467a8ef4a3d910b6608b [file] [log] [blame]
{
"name": "KLCPopup",
"version": "1.0",
"summary": "KLCPopup is a simple and flexible iOS class for presenting any custom view as a popup",
"homepage": "https://github.com/jmascia/KLCPopup",
"authors": {
"Jeff Mascia": "http://tryshout.com"
},
"source_files": [
"KLCPopup",
"KLCPopup/*.{h,m}"
],
"source": {
"git": "https://github.com/jmascia/KLCPopup.git",
"tag": "1.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
}
}