Skip to content

Commit

Permalink
Updated the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
boztalay committed Oct 16, 2014
1 parent 40d4db3 commit 1ff04f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BOZPongRefreshControl.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'BOZPongRefreshControl'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'A pull-down-to-refresh control for iOS that plays pong, originally created for the MHacks III iOS app'
s.homepage = 'https://github.com/boztalay/BOZPongRefreshControl'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'Ben Oztalay' => 'boztalay@gmail.com', 'Joseph Constan' => 'jcon5294@gmail.com', 'Mahir Eusufzai' => 'github.com/MahirEusufzai', 'ajfigueroa' => 'github.com/ajfigueroa'}
s.platform = :ios
s.source = { :git => 'https://github.com/boztalay/BOZPongRefreshControl.git', :tag => '1.0.0' }
s.source = { :git => 'https://github.com/boztalay/BOZPongRefreshControl.git', :tag => '1.0.1' }
s.source_files = 'BOZPongRefreshControl/**/*.{h,m}'
s.public_header_files = 'BOZPongRefreshControl/**/*.h'
s.framework = 'UIKit'
Expand Down

0 comments on commit 1ff04f7

Please sign in to comment.