blob: 50465857ea171ad67fbb13f5b61771ea1862bf68 [file] [log] [blame]
{
"name": "DLPanableWebView",
"version": "0.9.0",
"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.0"
},
"source_files": "DLPanableWebView/*.{m,h}",
"requires_arc": true
}