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] HyperCore 0.0.1
[CocoaPods.git]
/
Specs
/
9
/
0
/
a
/
CATLog
/
1.0.1
/
CATLog.podspec.json
blob
08c075751bb510a109d817b189b067f4619a184b
1
{
2
"name": "CATLog",
3
"version": "1.0.1",
4
"license": "MIT",
5
"homepage": "http://catchzeng.com",
6
"summary": "CATLog is an open source Log System for Objective-C.",
7
"authors": {
8
"CatchZeng": "891793848@qq.com"
9
},
10
"platforms": {
11
"ios": "6.0"
12
},
13
"source": {
14
"git": "https://github.com/CatchZeng/CATLog.git",
15
"tag": "1.0.1"
16
},
17
"source_files": "CATLog/CATLog/CATLog.{h,m}",
18
"requires_arc": true
19
}