Skip to content

Commit

Permalink
Release 0.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
蔡成汉 authored and 蔡成汉 committed Mar 30, 2016
1 parent 265a1a3 commit fe983ef
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Addition.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "Addition"
s.version = "0.0.8"
s.version = "0.0.9"
s.summary = "ios扩展类集"

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Addition (0.0.8)
- Addition (0.0.9)
- Expecta (1.0.5)
- Expecta+Snapshots (2.0.0):
- Expecta (~> 1.0)
Expand All @@ -23,7 +23,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Addition: dd15d0605f20a65f16d0fd5f80686d57c5d568a4
Addition: b0329f60b79783ee8c89028be2ca02865ea78161
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
Expecta+Snapshots: 29b38dd695bc72a0ed2bea833937d78df41943ba
FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547
Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/Addition.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/Addition/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Addition is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'Addition', '~>0.0.8'
pod 'Addition', '~>0.0.9'
```

## Author
Expand All @@ -27,3 +27,7 @@ pod 'Addition', '~>0.0.8'
## License

Addition is available under the MIT license. See the LICENSE file for more info.


## 更新说明
更改0.0.8字典安全赋值书写错误。

0 comments on commit fe983ef

Please sign in to comment.