[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 6 / 7 / M3U8Kit / 0.2.3 / M3U8Kit.podspec.json
blob182062db65e923bcfba867b43d4dca42935eeb7f
2   "name": "M3U8Kit",
3   "version": "0.2.3",
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.3"
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   ]