[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / b / DZPopupController / 1.4 / DZPopupController.podspec.json
bloba34eb5a2d74d2b52d2c3cf9d659fea42c227f197
2   "name": "DZPopupController",
3   "platforms": {
4     "ios": "5.0"
5   },
6   "version": "1.4",
7   "license": "MIT",
8   "summary": "A controller for representing modal, popup-style content on iPhone.",
9   "homepage": "https://github.com/zwaldowski/DZPopupController",
10   "authors": {
11     "Zachary Waldowski": "zwaldowski@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/zwaldowski/DZPopupController.git",
15     "tag": "v1.4"
16   },
17   "description": "DZPopupController is a floating UI component. It is a modal, iPhone-only controller resembling a mix between UIPopoverController crossed with UIAlertView.",
18   "source_files": "DZPopupController/*.{h,m}",
19   "frameworks": "QuartzCore",
20   "requires_arc": true