[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / d / 6 / 7 / M3U8Kit / 0.2.5 / M3U8Kit.podspec.json
blob79ea518cdb0b1689dec3a7253ce2a7a3f14a8730
2   "name": "M3U8Kit",
3   "version": "0.2.5",
4   "summary": "A light weight m3u8 parser.",
5   "homepage": "https://github.com/alexsun/M3U8Paser.git",
6   "license": "MIT",
7   "authors": "alexsun",
8   "source": {
9     "git": "https://github.com/alexsun/M3U8Paser.git",
10     "tag": "0.2.5"
11   },
12   "platforms": {
13     "ios": "6.0"
14   },
15   "requires_arc": true,
16   "source_files": [
17     "Source/*.{h,m}",
18     "Source/**/*.{h,m}"
19   ],
20   "public_header_files": [
21     "Source/*.h",
22     "Source/**/*.h"
23   ]