[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 2 / 6 / b / DZPopupController / 1.3 / DZPopupController.podspec.json
blobf77b9e7763af5a1f1de3e128ad7b437e659cc12f
2   "name": "DZPopupController",
3   "platforms": {
4     "ios": "5.0"
5   },
6   "version": "1.3",
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.3"
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