blob: 0f1e1fd79b65255995e3a7b3c298e0c7c0ed4971 [file] [log] [blame]
{
"name": "MMWebViewController",
"version": "0.0.1",
"platforms": {
"ios": "8.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An iPhone/iPad web browser built on top of WebKit with navigation controls and contextual features, useful for in-app web browsing. Designed to be subclassed and extended.",
"homepage": "https://github.com/xwgit2971/MMWebViewController",
"authors": {
"SunnyX": "1031787148@qq.com"
},
"source": {
"git": "https://github.com/xwgit2971/MMWebViewController.git",
"tag": "0.0.1"
},
"source_files": "MMWebViewController/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"DZNWebViewController": [
"~> 3.2"
]
}
}