[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / d / 6 / 7 / M3U8Kit / 1.1.0 / M3U8Kit.podspec.json
blob01c8ef4d5c005bcefff73ff09561fb5c23a1e101
2   "name": "M3U8Kit",
3   "version": "1.1.0",
4   "summary": "A light weight m3u8 parser.",
5   "homepage": "https://github.com/M3U8Kit/M3U8Parser.git",
6   "license": "MIT",
7   "authors": "M3U8Kit",
8   "source": {
9     "git": "https://github.com/M3U8Kit/M3U8Parser.git",
10     "tag": "1.1.0"
11   },
12   "cocoapods_version": ">= 1.12.0",
13   "platforms": {
14     "ios": "12.0",
15     "osx": "10.13",
16     "tvos": "12.0",
17     "watchos": "4.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Source/*.{h,m}",
22     "Source/**/*.{h,m}"
23   ],
24   "public_header_files": [
25     "Source/*.h",
26     "Source/**/*.h"
27   ],
28   "resource_bundles": {
29     "M3U8Kit": [
30       "Source/PrivacyInfo.xcprivacy"
31     ]
32   }