| { |
| "name": "WKScriptMessageLeakFix", |
| "version": "1.0.0", |
| "summary": "fix WKScriptMessage leak in WebKit versions < 601", |
| "description": "修复ios9上遇到的WKScriptMessage内存泄漏问题,Webkit version < 601", |
| "homepage": "https://github.com/Fuqingshan/WKScriptMessageLeakFix", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "yier": "3297881156@qq.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/Fuqingshan/WKScriptMessageLeakFix.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "WKScriptMessageLeakFix/WKScriptMessageLeakFix/WKFix/*.{h,m}", |
| "requires_arc": false |
| } |