Skip to content

Commit

Permalink
Update to version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS committed Nov 23, 2016
1 parent 36296be commit dc40c60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ RMPickerViewController adheres to [Semantic Versioning](http://semver.org/).

---

## [2.2.1](https://github.com/CooperRS/RMPickerViewController/releases/tag/2.2.1)

* Fix RMPickerViewController.podspec

## [2.2.0](https://github.com/CooperRS/RMPickerViewController/releases/tag/2.2.0)

* Updated to RMActionController 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you want to run the demo project do not forget to initialize submodules.
## Installation (CocoaPods)
```ruby
platform :ios, '8.0'
pod "RMPickerViewController", "~> 2.2.0"
pod "RMPickerViewController", "~> 2.2.1"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions RMPickerViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RMPickerViewController"
s.version = "2.2.0"
s.version = "2.2.1"
s.platform = :ios, "8.0"
s.summary = "This is an iOS control for selecting something using UIPickerView in a UIAlertController like fashion"
s.description = "This framework allows you to pick something with a picker presented as an action sheet. In addition, it allows you to add actions arround the presented picker which behave like a button and can be tapped by the user. The result looks very much like an UIActionSheet or UIAlertController with a UIPickerView and some UIActions attached."
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Roland Moers" => "[email protected]" }

s.source = { :git => "https://github.com/CooperRS/RMPickerViewController.git", :tag => "2.2.0" }
s.source = { :git => "https://github.com/CooperRS/RMPickerViewController.git", :tag => "2.2.1" }
s.source_files = 'RMPickerViewController/*.{h,m}'
s.requires_arc = true

Expand Down

0 comments on commit dc40c60

Please sign in to comment.