Skip to content

Commit

Permalink
edit readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfanfang committed Jul 25, 2017
1 parent abeaeed commit 7453648
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AvoidCrash.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "AvoidCrash"
s.platform = :ios, "7.0"
s.version = "2.2.2-beta"
s.version = "2.2.3"
s.ios.deployment_target = '7.0'
s.summary = "This framework can avoid Foundation framework potential crash danger"
s.homepage = "https://github.com/chenfanfang/AvoidCrash"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ pod AvoidCrash
更新
===

#### 2017-07-25
- 优化对”unrecognized selector sent to instance”防止崩溃的处理


#### 2017-07-23
- 增加对”unrecognized selector sent to instance”防止崩溃的处理

Expand Down

0 comments on commit 7453648

Please sign in to comment.