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] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git]
/
Specs
/
b
/
e
/
9
/
BaseProject
/
0.0.3
/
BaseProject.podspec.json
blob
a5ad6569806fa790c1dc2f28d87ee122c5e05f92
1
{
2
"name": "BaseProject",
3
"version": "0.0.3",
4
"summary": "通用工程组件",
5
"description": "提供了工程一些通用的组件,包括pod依赖库",
6
"homepage": "https://github.com/saberge/BaseProject",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"zhenglaixian": "saberge@163.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/saberge/BaseProject.git",
19
"tag": "0.0.3"
20
},
21
"source_files": [
22
"Classes",
23
"Classes/**/*.{h,m}"
24
],
25
"exclude_files": "Classes/Exclude"
26
}