blob: 3de23fe25c9ff7b5ca900cd4d5495fd5a3c6a7fc [file] [log] [blame]
{
"name": "JKPopupController",
"version": "0.3.5",
"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/xindizhiyin2014/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": "",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/xindizhiyin2014/CNPPopupController.git",
"tag": "0.3.5"
},
"source_files": [
"CNPPopupController",
"CNPPopupController/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}