blob: 4026bd03d9f7e4e72f1ad9b485d2d8f461ff4d90 [file] [log] [blame]
{
"name": "GMH5Controller",
"version": "1.0.0",
"summary": "A easy-to-use library for interaction between object-c and js using WKWebView or UIWebView.",
"description": "GMH5Controller devotes to simplify the interaction between object-c and js.by using this library,you can send commands from native to h5 and reversely.",
"homepage": "https://github.com/yuexygoodman/GMH5Controller",
"license": "MIT",
"authors": "Good Man",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/yuexygoodman/GMH5Controller.git",
"tag": "1.0.0"
},
"source_files": "GMH5Controller/Classes/*.{h,m}",
"resources": "GMH5Controller/Resources/*",
"frameworks": "UIKit"
}