[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 4 / d / OasisJSBridge / 0.6.1 / OasisJSBridge.podspec.json
blob6946893324e9fd55708305a846a84b69d2ab2323
2   "name": "OasisJSBridge",
3   "version": "0.6.1",
4   "summary": "JavaScript bridge for iOS using JavascriptCore.",
5   "description": "JSBridge, javascript bridge for iOS using JavascriptCore.",
6   "homepage": "https://gitlab.p7s1.io/oasis-player/native-jsbridge-ios",
7   "license": {
8     "type": "Apache License",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cmps": "cmps@prosiebensat1digital.de"
13   },
14   "source": {
15     "git": "https://github.com/p7s1digital/oasis-jsbridge-ios.git",
16     "tag": "0.6.1"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "tvos": "12.0"
21   },
22   "swift_versions": "5.0",
23   "static_framework": false,
24   "source_files": "JSBridge/Classes/**/*",
25   "xcconfig": {
26     "DEFINES_MODULE": "YES"
27   },
28   "frameworks": [
29     "UIKit",
30     "JavaScriptCore"
31   ],
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": "JSBridge/Tests/**/*.swift",
37       "resources": "JSBridge/Tests/Resources/*.js",
38       "dependencies": {
39         "OHHTTPStubs/Swift": [
41         ]
42       }
43     }
44   ],
45   "swift_version": "5.0"