blob: f2ce45381ddaec228cadda378609f06b48c2295c [file] [log] [blame]
{
"name": "DLPanableWebView",
"version": "0.9.1",
"summary": "Extend UIWebView to support pan left to go back gesture.(like Wechat in-app browser)",
"description": "In Safari, besides tap on 'back' and 'forward' button, you can pan left & right to go back and forward.\nBut UIWebView does not support this gesture. So I extented UIWebView to support the gesture(now only go back gesture).\n",
"homepage": "https://github.com/agdsdl/DLPanableWebView",
"screenshots": "https://github.com/agdsdl/DLPanableWebView/raw/master/images/demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dongle Su": "agdsdl@sina.com.cn"
},
"social_media_url": "http://weibo.com/u/1421886475",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/agdsdl/DLPanableWebView.git",
"tag": "0.9.1"
},
"source_files": "DLPanableWebView/*.{m,h}",
"requires_arc": true
}