blob: 8d8c0bc49f8bd6d069c68b784b323e7c19077ab3 [file] [log] [blame]
{
"name": "CNPPopupController",
"version": "0.3.3",
"summary": "A versatile popup for iOS",
"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!",
"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",
"social_media_url": "http://twitter.com/carsonp",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/carsonperrotti/CNPPopupController.git",
"tag": "0.3.3"
},
"source_files": [
"CNPPopupController",
"CNPPopupController/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}