Skip to content

Commit

Permalink
pod file
Browse files Browse the repository at this point in the history
  • Loading branch information
CatchZeng committed May 2, 2016
1 parent 1fcfc9d commit cef1637
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CATLog.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "CATLog"
s.version = "1.0.1"
s.version = "1.0.2"
s.license = 'MIT'
s.homepage = "http://catchzeng.com"
s.summary = "CATLog is an open source Log System for Objective-C."
s.summary = "CATLog is a log system that supports remote output."
s.author = { "CatchZeng" => "[email protected]" }
s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/CatchZeng/CATLog.git", :tag => "1.0.1" }
s.source = { :git => "https://github.com/CatchZeng/CATLog.git", :tag => "1.0.2" }
s.source_files = "CATLog/CATLog/CATLog.{h,m}"
s.requires_arc = true
end
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Pod Version](https://github.com/CatchZeng/CATLog/blob/master/pod.png)](http://cocoadocs.org/docsets/CATLog/)


An open source log system for Objective-C based on [Xcodecolors](https://github.com/robbiehanson/XcodeColors) and [KZLinkedConsole](https://github.com/krzysztofzablocki/KZLinkedConsole).
An log system,contains many excellent features,based on [Xcodecolors](https://github.com/robbiehanson/XcodeColors) and [KZLinkedConsole](https://github.com/krzysztofzablocki/KZLinkedConsole).

## New Feature
- Add mac client to help you debug without the data line.(mac client called CATLogServer.zip is included in the project file)
Expand All @@ -30,7 +30,7 @@ It takes as little as a single line of code to configure CATLog when your applic
- Log crash
- Auto delete old log file
- Custom log macro easily
- Colorizing debugger console outp
- Colorizing debugger console output
- Clickable links in your Xcode console, so you never wonder which class logged the message.
- Remote log to mac client (debug without the data line)

Expand Down Expand Up @@ -102,7 +102,7 @@ YouLogI(@"ReDefine Log by yourself");
# CATLog
[![Pod Version](https://github.com/CatchZeng/CATLog/blob/master/pod.png)](http://cocoadocs.org/docsets/CATLog/)
一个基于[Xcodecolors](https://github.com/robbiehanson/XcodeColors)和[KZLinkedConsole](https://github.com/krzysztofzablocki/KZLinkedConsole)的oc开源日志工具
一个基于[Xcodecolors](https://github.com/robbiehanson/XcodeColors)和[KZLinkedConsole](https://github.com/krzysztofzablocki/KZLinkedConsole),拥有许多优良特性的开源日志工具。
## 新特性
- 增加mac客户端,让你可以无需连接数据线调试。(mac客户端在本工程的CATLogServer.zip文件中)
Expand Down

0 comments on commit cef1637

Please sign in to comment.