-
-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README and bumped version number
- Loading branch information
1 parent
e4a0ac7
commit 642bd1e
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "AMPopTip" | ||
s.version = "0.3.1" | ||
s.version = "0.4" | ||
s.summary = "Animated popover, great for subtle UI tips and onboarding." | ||
|
||
s.description = <<-DESC | ||
|
@@ -13,7 +13,7 @@ Pod::Spec.new do |s| | |
s.homepage = "https://github.com/andreamazz/AMPopTip" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Andrea Mazzini" => "[email protected]" } | ||
s.source = { :git => "https://github.com/andreamazz/AMPopTip.git", :tag => '0.3.1' } | ||
s.source = { :git => "https://github.com/andreamazz/AMPopTip.git", :tag => '0.4' } | ||
s.platform = :ios, '7.0' | ||
s.source_files = 'AMPopTip', '*.{h,m}' | ||
s.requires_arc = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters