[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / a / 9 / OpacityCore / 3.3.6 / OpacityCore.podspec.json
blob73ff45c7a6d95b26342902a61a1d8b4ab39a3f05
2   "name": "OpacityCore",
3   "version": "3.3.6",
4   "summary": "Core of Opacity",
5   "description": "Core library of Opacity Network for iOS",
6   "homepage": "https://github.com/OpacityLabs/opacity-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ospfranco": "ospfranco@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/OpacityLabs/opacity-ios.git",
16     "tag": "3.3.6"
17   },
18   "platforms": {
19     "ios": "14.0"
20   },
21   "xcconfig": {
22     "CLANG_CXX_LANGUAGE_STANDARD": "c++17"
23   },
24   "pod_target_xcconfig": {
25     "DEAD_CODE_STRIPPING": "YES"
26   },
27   "source_files": "Opacity/**/*",
28   "vendored_frameworks": "opacity.xcframework",
29   "frameworks": [
30     "WebKit",
31     "CoreTelephony",
32     "CoreLocation",
33     "SystemConfiguration"
34   ]