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] GluedInFeedSDK 2.5.1
[CocoaPods.git]
/
Specs
/
d
/
4
/
3
/
CLBaseTest
/
0.0.1
/
CLBaseTest.podspec.json
blob
39909d3a48afcdc718e392a8ade83d04fc7bad12
1
{
2
"name": "CLBaseTest",
3
"version": "0.0.1",
4
"summary": "基础类测试.",
5
"description": "我自己的一个基本类测试库",
6
"homepage": "https://github.com/cameronli/CLBaseTest",
7
"license": "MIT",
8
"authors": {
9
"李嘉明": "canmenglee@gmail.com"
10
},
11
"platforms": {
12
"ios": "9.0"
13
},
14
"source": {
15
"git": "https://github.com/cameronli/CLBaseTest.git",
16
"tag": "0.0.1"
17
},
18
"source_files": [
19
"CLBaseTest",
20
"Source/**/*.{h,m}"
21
]
22
}