blob: b731c821d1df6ca17bdfe62a15e11595f40824c3 [file] [log] [blame]
{
"name": "KRDragView",
"version": "0.8",
"summary": "Drag, move, swipe, slide the view, also can implement the crads effect.",
"description": " KRDragView simulates dragging and sliding the view to show the menu under background. Like the cards, you could drag the view and release it to move/ show something under itself.\n",
"homepage": "https://github.com/Kalvar/ios-KRDragView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kalvar Lin": "ilovekalvar@gmail.com"
},
"social_media_url": "https://twitter.com/ilovekalvar",
"source": {
"git": "https://github.com/Kalvar/ios-KRDragView.git",
"tag": "0.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "KRDragView/*.h",
"source_files": "KRDragView/KRDragView.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
}