[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 6 / 7 / M3U8Kit / 0.2.2 / M3U8Kit.podspec.json
blobd20b76ef6a0f43304d60580a634ea52aa74bb58e
2   "name": "M3U8Kit",
3   "version": "0.2.2",
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.2"
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   ]