Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonGilabert committed Jan 5, 2016
1 parent 3eee3ca commit b690986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Whisper.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Whisper"
s.summary = "Whisper is a component that will make the task of display messages and in-app notifications simple."
s.version = "1.0.0"
s.version = "1.1.0"
s.homepage = "https://github.com/hyperoslo/Whisper"
s.license = 'MIT'
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
Expand All @@ -11,6 +11,6 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.source_files = 'Source/**/*'
s.resource_bundles = { 'Whisper' => ['Images/*.{png}'] }

s.frameworks = 'UIKit', 'Foundation'
end

0 comments on commit b690986

Please sign in to comment.