Skip to content

Commit

Permalink
Updating podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinross committed Feb 2, 2014
1 parent cfb8728 commit d682038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TapkuLibrary.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TapkuLibrary'
s.version = '0.3.2'
s.version = '0.3.3'
s.platform = :ios
s.author = { 'Devin Ross' => 'devin@devinsheaven.com' }
s.license = { :type => 'MIT', :file => 'License.txt' }
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
'use in applications. If you\'re looking to see what the library can do, check ' \
'out the demo project included. Some major components include coverflow, calendar ' \
'grid, network requests and progress indicators.'
s.source = { :git => 'https://github.com/devinross/tapkulibrary.git', :tag => 'v0.3' }
s.source = { :git => 'https://github.com/devinross/tapkulibrary.git', :tag => 'v0.3.3' }
s.requires_arc = true
s.source_files = 'src/TapkuLibrary/*.{h,m}'
s.resources = 'src/TapkuLibrary.bundle'
Expand Down

0 comments on commit d682038

Please sign in to comment.