blob: cf5094ddac277e5930b964f557406663125d2183 [file] [log] [blame]
{
"name": "ZLSwipeableView",
"version": "0.0.5",
"summary": "A simple view for building card like interface like Tinder and Potluck.",
"description": " ZLSwipeableView is a simple view for building card like interface like Tinder and Potluck. It uses dataSource pattern and is highly customizable.\n",
"homepage": "https://github.com/zhxnlai/ZLSwipeableView",
"screenshots": [
"https://github.com/zhxnlai/ZLSwipeableView/raw/master/Previews/swipe.gif",
"https://github.com/zhxnlai/ZLSwipeableView/raw/master/Previews/swipeLeft.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhixuan Lai": "zhxnlai@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhxnlai/ZLSwipeableView.git",
"tag": "0.0.5"
},
"source_files": [
"ZLSwipeableView",
"ZLSwipeableView/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}