{ | |
"name": "UZM3U8Kit", | |
"version": "1.0.0", | |
"summary": "A light weight m3u8 parser.", | |
"homepage": "https://github.com/uizaio/M3U8Parser.git", | |
"authors": { | |
"NamND": "namnd.bka@gmail.com" | |
}, | |
"license": { | |
"type": "BSD", | |
"file": "LICENSE" | |
}, | |
"source": { | |
"git": "https://github.com/namndev/M3U8Parser.git", | |
"tag": "1.0.0" | |
}, | |
"platforms": { | |
"ios": "9.0" | |
}, | |
"requires_arc": true, | |
"source_files": [ | |
"Source/*.{h,m}", | |
"Source/**/*.{h,m}" | |
], | |
"public_header_files": [ | |
"Source/*.h", | |
"Source/**/*.h" | |
] | |
} |