Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Update readme and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
steipete committed Oct 14, 2015
1 parent 4cea46a commit d472f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PSTAlertController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "PSTAlertController"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "API similar to UIAlertController, backwards compatible to iOS 7. Will use the new shiny API when you run iOS 8. "
s.description = <<-DESC
We cheat a bit by having PSTAlertController superclass be NSObject, but for most use cases it's still a lot more convenient than using UIAlertView/UIActionSheet.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It's a commercial library, but sometimes I just love to share.

## Compatbility

Tested with iOS 7 upwards, Xcode 6.1 and ARC.
Tested with iOS 7-9, Xcode 7 and ARC.

## License

Expand Down

0 comments on commit d472f2a

Please sign in to comment.