Skip to content

Commit

Permalink
Updated spec to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinEberhardt committed Nov 13, 2014
1 parent e820c8a commit 7027571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VCTransitionsLibrary.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'VCTransitionsLibrary'
s.version = '1.1.0'
s.version = '1.5.0'
s.summary = 'A collection of interactive iOS 7 custom transitions, including flip, fold, cross-fade and more'
s.author = {
'Colin Eberhardt' => 'colin.eberhardt@gmail.com'
}
s.source = {
:git => 'https://github.com/ColinEberhardt/VCTransitionsLibrary.git',
:tag => '1.1.0'
:tag => '1.5.0'
}
s.license = {
:type => 'MIT',
Expand Down

0 comments on commit 7027571

Please sign in to comment.