[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 8 / b / PopupKit / 3.0 / PopupKit.podspec.json
blobdb15527e558bfb22211f9b799028b078a0701548
2   "name": "PopupKit",
3   "version": "3.0",
4   "summary": "PopupKit is a simple and flexible iOS class for presenting any custom view as a popup, forked from KLCPopup.",
5   "homepage": "https://github.com/rynecheow/PopupKit",
6   "authors": {
7     "Jeff Mascia": "http://jeffmascia.com",
8     "Ryne Cheow": "http://rynecheow.com"
9   },
10   "source_files": [
11     "PopupKit",
12     "PopupKit/*.{h,m}"
13   ],
14   "source": {
15     "git": "https://github.com/rynecheow/PopupKit.git",
16     "tag": "3.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "requires_arc": true,
23   "platforms": {
24     "ios": "8.0"
25   },
26   "license": {
27     "type": "MIT",
28     "file": "LICENSE"
29   }