blob: 6d7acae22d91b62df7b0e417259ba6f3b145b36d [file] [log] [blame]
{
"name": "CNPPopupController",
"version": "0.2.0",
"summary": "A versatile popup for iOS",
"description": " CNPPopupController is a simple and versatile class for presenting a custom popup in a variety of fashions.\n It 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!\n",
"homepage": "https://github.com/carsonperrotti/CNPPopupController",
"screenshots": "https://raw.githubusercontent.com/carsonperrotti/CNPPopupController/master/CNPPopupControllerExample/CNPPopupController.gif",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Carson Perrotti",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/carsonperrotti/CNPPopupController.git",
"tag": "0.2.0"
},
"source_files": [
"CNPPopupController",
"CNPPopupController/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}