[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 2 / d / PlayKit_IMA / 1.16.0 / PlayKit_IMA.podspec.json
blobc8cde4d4bfbe5746e9c365fb376db1ef10cd7793
2   "name": "PlayKit_IMA",
3   "version": "1.16.0",
4   "authors": {
5     "Kaltura": "community@kaltura.com"
6   },
7   "license": {
8     "type": "AGPLv3",
9     "text": "AGPLv3"
10   },
11   "summary": "PlayKit IMA Plugin",
12   "homepage": "https://github.com/kaltura/playkit-ios-ima",
13   "source": {
14     "git": "https://github.com/kaltura/playkit-ios-ima.git",
15     "tag": "v1.16.0"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "15.0",
20     "tvos": "15.0"
21   },
22   "dependencies": {
23     "PlayKit": [
24       "~> 3.30"
25     ]
26   },
27   "ios": {
28     "source_files": [
29       "Sources/*.swift",
30       "Sources/iOS/*.swift"
31     ],
32     "dependencies": {
33       "GoogleAds-IMA-iOS-SDK": [
34         "3.22.1"
35       ]
36     }
37   },
38   "tvos": {
39     "source_files": [
40       "Sources/*.swift",
41       "Sources/tvOS/*.swift"
42     ],
43     "dependencies": {
44       "GoogleAds-IMA-tvOS-SDK": [
45         "4.12.0"
46       ]
47     },
48     "xcconfig": {
49       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
50       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
51     }
52   },
53   "swift_version": "5.0"