blob: 2a5d662d6512f8c3e55317720273df88040cb1cc [file] [log] [blame]
{
"name": "RCPopoverView",
"version": "0.1",
"platforms": {
"ios": null
},
"license": "MIT",
"summary": "A drop-in class for presenting an unobstrusive UIView that slides in horizontally.",
"homepage": "http://robinchou.com",
"authors": {
"Robin Chou": "hello@robinchou.com"
},
"source": {
"git": "https://github.com/chourobin/RCPopoverView.git",
"tag": "0.1"
},
"description": "RCPopoverView is a drop-in cocoa class used to display a generic or custom UIView that slides horizontally. The view is easily dismissed by the user by swiping to the right.",
"source_files": "RCPopoverView/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}