[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 2 / 0 / e / CNPPopupController / 0.2.3 / CNPPopupController.podspec.json
blob5dda1ea02325d3ff0de2c5d0a8ad3af83b8d8064
2   "name": "CNPPopupController",
3   "version": "0.2.3",
4   "summary": "A versatile popup for iOS",
5   "description": "CNPPopupController is a simple and versatile class for presenting a custom popup in a variety of fashions.\nIt includes a many options for controlling how your popup appears and behaves.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "https://github.com/carsonperrotti/CNPPopupController",
7   "screenshots": "https://raw.githubusercontent.com/carsonperrotti/CNPPopupController/master/CNPPopupControllerExample/CNPPopupController.gif",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": "Carson Perrotti",
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/carsonperrotti/CNPPopupController.git",
18     "tag": "0.2.3"
19   },
20   "source_files": [
21     "CNPPopupController",
22     "CNPPopupController/*.{h,m}"
23   ],
24   "frameworks": "UIKit",
25   "requires_arc": true