blob: 7ded5c12535daba87740e5784db0872230e4f0ac [file] [log] [blame]
{
"name": "PopupKit",
"version": "3.0.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",
"PopupKit/*.{h,m}"
],
"source": {
"git": "https://github.com/rynecheow/PopupKit.git",
"tag": "3.0.1"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
}
}