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