blob: 0048fa221ca0559f8d0dcd4bccb869340d964180 [file] [log] [blame]
{
"name": "M3U8Kit",
"version": "1.0.0",
"summary": "A light weight m3u8 parser.",
"homepage": "https://github.com/M3U8Kit/M3U8Parser.git",
"license": "MIT",
"authors": "M3U8Kit",
"source": {
"git": "https://github.com/M3U8Kit/M3U8Parser.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": [
"Source/*.{h,m}",
"Source/**/*.{h,m}"
],
"public_header_files": [
"Source/*.h",
"Source/**/*.h"
]
}