blob: 23e66dd1bd893a8d046165d9ba3115ac5f04ad5c [file] [log] [blame]
{
"name": "AsunWebViewBridge",
"version": "1.0.0",
"summary": "A short description of AsunWebViewBridge.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitlab.51uuabc.com/mobile/ios/asunwebbridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"becomerichios@163.com": "becomerichios@163.com"
},
"source": {
"git": "https://gitlab.51uuabc.com/mobile/ios/asunwebbridge.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": "AsunWebViewBridge/Classes/**/*.{h,m}",
"frameworks": "WebKit",
"ios": {
"frameworks": [
"UIKit",
"WebKit"
]
}
}