Skip to content

Commit

Permalink
Update podspec for 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adonis Peralta committed Jan 12, 2017
1 parent 876ad04 commit 19e5198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RMessage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "RMessage"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "Easy to use and customizable messages/notifications for iOS"
s.description = <<-DESC
This framework provides an easy to use class to show little notification views on the top of the screen.
Expand All @@ -23,7 +23,7 @@ There are 4 different types already set up for you: Success, Error, Warning, Mes
s.source = { :git => "https://github.com/donileo/RMessage.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/donileo'

s.platform = :ios, '7.0'
s.platform = :ios, '9.0'
s.requires_arc = true

s.source_files = 'RMessage/**/*.{h,m}'
Expand Down

0 comments on commit 19e5198

Please sign in to comment.