blob: 9ba9088ffa834472851c86a7c216071af55ed341 [file] [log] [blame]
{
"name": "KakiWebView",
"version": "0.0.2",
"summary": "Simple && Scalable UIWebview Framework",
"homepage": "http://blog.makeex.com/2017/04/06/thinking-in-fe-how-to-enhance-the-uiwebview/",
"license": "MIT",
"authors": {
"makee": "wengyang56@163.com"
},
"source": {
"git": "https://github.com/prinsun/KakiWebView.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "KakiWebView/Classes/**/*.{h,m,mm,c,cpp}",
"frameworks": [
"UIKit",
"JavaScriptCore"
]
}