blob: 9360efaf0b215d8f5da2d33cb764272f6dbf77ce [file] [log] [blame]
{
"name": "JKMicroWebView",
"version": "0.1.0",
"summary": "对WKWebView的封装,提供了JS和OC交互的功能",
"description": "对WKWebView的封装,提供了JS和OC交互的功能。",
"homepage": "https://github.com/jokerwking/JKMicroWebView",
"license": "MIT",
"authors": {
"joker": "https://github.com/jokerwking"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JokerKin/JKMicroWebView.git",
"tag": "0.1.0"
},
"source_files": "JKMicroWebView/**/*.{h,m}",
"public_header_files": "JKMicroWebView/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation",
"WebKit"
]
}