blob: e365aa015c87659e774a1ba5e502bb35e9fdd07e [file] [log] [blame]
{
"name": "MMWebView",
"version": "1.2",
"summary": "A web load progress control used on iOS.",
"homepage": "https://github.com/ChellyLau/MMWebView",
"license": "MIT",
"authors": {
"Chelly Lau": "1625977078@qq.com"
},
"source": {
"git": "https://github.com/ChellyLau/MMWebView.git",
"tag": "1.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "MMWebView/**/*.{h,m}",
"frameworks": "WebKit",
"ios": {
"frameworks": [
"UIKit",
"WebKit"
]
}
}