repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] libpag-enterprise 4.4.20
[CocoaPods.git]
/
Specs
/
d
/
6
/
7
/
M3U8Kit
/
0.2.1
/
M3U8Kit.podspec.json
blob
67144f099d29036ab46b4f70f1194d7e10ac541c
1
{
2
"name": "M3U8Kit",
3
"version": "0.2.1",
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.1"
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
]
24
}