[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / d / f / PlayKitGoogleCast / 1.3.0 / PlayKitGoogleCast.podspec.json
blob8650965b14aaedec3361e93547e0d7d1b57ab4bc
2   "name": "PlayKitGoogleCast",
3   "version": "1.3.0",
4   "summary": "PlayKitGoogleCast -- Google cast framework for iOS",
5   "homepage": "https://github.com/kaltura/playkit-ios-googlecast",
6   "license": {
7     "type": "AGPLv3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kaltura": "community@kaltura.com"
12   },
13   "source": {
14     "git": "https://github.com/kaltura/playkit-ios-googlecast.git",
15     "tag": "v1.3.0"
16   },
17   "source_files": "Sources/**/*",
18   "swift_versions": "5.0",
19   "static_framework": true,
20   "platforms": {
21     "ios": "9.0"
22   },
23   "xcconfig": {
24     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
25     "OTHER_LDFLAGS": "$(inherited) -framework \"GoogleCast\"",
26     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
27     "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
28   },
29   "dependencies": {
30     "google-cast-sdk": [
31       "4.4.4"
32     ],
33     "XCGLogger": [
34       "7.0.0"
35     ]
36   },
37   "swift_version": "5.0"