blob: 719d6a481a14f5b8b42776e0f6ae5c8e36bc9e5b [file] [log] [blame]
{
"name": "YHLWebViewController",
"version": "0.1.0",
"summary": "YHLWebViewController like wechat WebView style",
"description": "YHLWebViewController 实现类似微信的 webView 导航效果,包括进度条,左滑返回上个网页或者直接关闭",
"homepage": "https://github.com/yuhanle/YHLWebViewController",
"license": "MIT",
"authors": {
"yuhanle": "thinkerdown@gmail.com"
},
"source": {
"git": "https://github.com/yuhanle/YHLWebViewController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"YHLWebViewController": [
"Pod/Assets/*.png"
]
}
}