blob: dfb860309d3e6dcda692022ce6e38ae58a017d51 [file] [log] [blame]
{
"name": "WebBridge",
"version": "1.0.4",
"summary": "WebView Helper",
"description": "웹 앱 만들 때 동일한 코드 복붙/설정이 귀찮아서 라이브러리로 만들어서 사용 함.",
"homepage": "https://github.com/cpson/WebBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cpson": "cpsony2k@gmail.com"
},
"source": {
"git": "https://github.com/cpson/WebBridge.git",
"tag": "1.0.4"
},
"swift_versions": [
"4.1",
"4.2",
"5.0",
"5.1",
"5.2",
"5.3"
],
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/**/*",
"swift_version": "5.3"
}