{ | |
"name": "XKWebViewController", | |
"version": "1.0.0", | |
"summary": "webView", | |
"description": "WKWebview 小封装", | |
"homepage": "https://github.com/kunhum/XKWebViewController", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"kunhum": "kunhum@163.com" | |
}, | |
"source": { | |
"git": "https://github.com/kunhum/XKWebViewController.git", | |
"tag": "1.0.0" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source_files": "XKWebViewController/Classes/XKWebViewController/*.{h,m}", | |
"dependencies": { | |
"Masonry": [ | |
] | |
} | |
} |