blob: e4ca2ad1b11f3e860d59ea1dba2c9e6c05e10981 [file] [log] [blame]
{
"name": "YunWebView",
"version": "0.0.4",
"summary": "YunWebView framework for iOS",
"description": "YunWebView framework for iOS, it's a base framework for iOS writed by object-c",
"homepage": "https://github.com/yunWJR/YunWebView",
"license": "MIT",
"authors": {
"yun": "wangshifu7878@sina.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/yunWJR/YunWebView.git",
"tag": "0.0.4"
},
"source_files": [
"YunWebView/YunWebView/Classes/*.{h,m}",
"YunWebView/YunWebView/Classes/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"YunBaseApp": [
],
"YunImgView": [
],
"JSONModel": [
]
}
}