[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / a / b / TPStreamsSDK / 1.1.0 / TPStreamsSDK.podspec.json
blob16bfd4e1ce7a047e78dd08376100537f0ee12d38
2   "name": "TPStreamsSDK",
3   "version": "1.1.0",
4   "summary": "Integrate TPStreams video playback seamlessly into your iOS app with our powerful iOS player SDK.",
5   "description": "TPStreamsSDK is a versatile iOS native SDK with support for both DRM (FairPlay) and non-DRM content.",
6   "homepage": "https://developer.tpstreams.com/docs/mobile-sdk/ios-native-sdk/getting-started",
7   "license": {
8     "type": "Apache License",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hari-testpress": "hari@testpress.in"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/testpress/iOSPlayerSDK.git",
20     "tag": "1.1.0"
21   },
22   "source_files": "Source/**/*.{swift,plist}",
23   "exclude_files": "Classes/Exclude",
24   "dependencies": {
25     "Sentry": [
26       "~> 8.0.0"
27     ],
28     "Alamofire": [
29       "~> 5.0.0"
30     ],
31     "M3U8Kit": [
32       "~> 1.0.0"
33     ]
34   },
35   "pod_target_xcconfig": {
36     "OTHER_SWIFT_FLAGS[config=Debug]": "-DCocoaPods",
37     "OTHER_SWIFT_FLAGS[config=Release]": "-DCocoaPods"
38   },
39   "resources": "Source/**/*.{xib,storyboard,xcassets,json,png}",
40   "resource_bundles": {
41     "TPStreamsSDK": "Source/**/*.{xib,storyboard,xcassets,json,png}"
42   },
43   "swift_version": "5.0"