blob: a6c7377ec2e284506ee6b03af2b8411a81b4e49f [file] [log] [blame]
{
"name": "PopupKit",
"version": "3.1.1",
"summary": "PopupKit is a simple and flexible iOS class for presenting any custom view as a popup, forked from KLCPopup.",
"homepage": "https://github.com/rynecheow/PopupKit",
"authors": {
"Jeff Mascia": "http://jeffmascia.com",
"Ryne Cheow": "http://rynecheow.com"
},
"source_files": "PopupKit/PopupView.{h,m}",
"source": {
"git": "https://github.com/rynecheow/PopupKit.git",
"tag": "3.1.1"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
}
}