[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 8 / b / PopupKit / 3.1.1 / PopupKit.podspec.json
bloba6c7377ec2e284506ee6b03af2b8411a81b4e49f
2   "name": "PopupKit",
3   "version": "3.1.1",
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": "PopupKit/PopupView.{h,m}",
11   "source": {
12     "git": "https://github.com/rynecheow/PopupKit.git",
13     "tag": "3.1.1"
14   },
15   "frameworks": [
16     "UIKit",
17     "Foundation"
18   ],
19   "requires_arc": true,
20   "platforms": {
21     "ios": "9.0",
22     "tvos": "9.0"
23   },
24   "license": {
25     "type": "MIT",
26     "file": "LICENSE"
27   }