[Add] AcousticConnectReactNativeDebug 1.0.46
[CocoaPods.git] / Specs / 4 / b / f / AircastPlayer / 0.0.6 / AircastPlayer.podspec.json
blob1ea4f1e1bf4f1058697b73293f59c76ed408b1f3
2   "name": "AircastPlayer",
3   "version": "0.0.6",
4   "summary": "AircastPlayer SDK",
5   "description": "Using this SDK users can implement Aircast Core player into ther applications.",
6   "homepage": "https://master.d3qz53mx6rarae.amplifyapp.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Milad": "milad.heidari@me.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "http": "https://aircast-artifact.s3.us-west-1.amazonaws.com/AircastPlayer.zip"
19   },
20   "ios": {
21     "vendored_frameworks": [
22       "AircastPlayer.xcframework",
23       "Libavcodec.xcframework",
24       "Libavfilter.xcframework",
25       "Libavformat.xcframework",
26       "Libavutil.xcframework",
27       "Libcrypto.xcframework",
28       "Libssl.xcframework",
29       "Libsrt.xcframework",
30       "Libswresample.xcframework",
31       "Libswscale.xcframework"
32     ]
33   },
34   "xcconfig": {
35     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/AircastPlayer\"/**",
36     "OTHER_LDFLAGS": "-ObjC -l\"c++\" -l\"bz2\" -l\"iconv\" -l\"xml2\" -l\"z\" -framework \"AircastPlayer\" -framework \"Libavcodec\" -framework \"Libavfilter\" -framework \"Libavformat\" -framework \"Libavutil\" -framework \"Libcrypto\" -framework \"Libssl\" -framework \"Libsrt\" -framework \"Libswresample\" -framework \"Libswscale\" -framework \"VideoToolbox\" -weak_framework \"MetalKit\""
37   }