[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / 6 / 8 / f / dsBridge / 2.0.5 / dsBridge.podspec.json
blob2b09f21dd597dbd010d6abccc8ae36c07f3ac07d
2   "name": "dsBridge",
3   "version": "2.0.5",
4   "summary": "An ios bridge for calling functions synchronously and asynchronously between JavaScript and Object-C in WKWebView/UIWebView",
5   "description": "An javascript bridge for calling functions synchronously and asynchronously",
6   "homepage": "https://github.com/wendux/DSBridge-IOS.git",
7   "license": "MIT",
8   "authors": {
9     "lazydu": "824783146@qq.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/wendux/DSBridge-IOS.git",
16     "tag": "2.0.5"
17   },
18   "source_files": "dsbridge/*",
19   "public_header_files": "dsbridge/*.h",
20   "frameworks": [
21     "UIKit",
22     "JavaScriptCore"
23   ]