Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
DickyWoo committed Aug 22, 2017
1 parent 505bfa6 commit 73bd342
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion DWBasicAlertAction.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DWBasicAlertAction"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "A Library for iOS to use for show alert, automatic choose UIAlert And UIActionSheet below iOS8.0, otheriwse choose UIAlertViewController."
s.description = "A Library for iOS to use for show alert, automatic choose UIAlert And UIActionSheet below iOS8.0, otheriwse choose UIAlertViewController.系统弹窗,根据版本自动选择调用UIAlertView、UIActionSheet还是UIAlertController."
s.homepage = "https://github.com/DickyWoo/DWBasicAlertAction"
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,23 @@
NSLog(@"click buttonIdx:%ld",buttonIdx);
}];
```

## Installation

Latest version: **1.0.1**

```
pod search DWBasicAlertAction
```
If you cannot search out the latest version, try:

```
pod setup
```

## Release Notes

We recommend to use the latest release in cocoapods.

- 1.0.1
support for cocoapods

0 comments on commit 73bd342

Please sign in to comment.