[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / d / f / PlayKitGoogleCast / 1.0.0 / PlayKitGoogleCast.podspec.json
blob5370a6a0676eda9a5b2fd929700c88ad57f56e20
2   "name": "PlayKitGoogleCast",
3   "version": "1.0.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.0.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "Sources/**/*",
21   "swift_version": "4.0",
22   "static_framework": true,
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.3.3"
32     ],
33     "XCGLogger": [
34       "~> 6.1.0"
35     ]
36   }