Skip to content

Commit 1ff04f7

Browse files
committedOct 16, 2014
Updated the podspec
1 parent 40d4db3 commit 1ff04f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎BOZPongRefreshControl.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'BOZPongRefreshControl'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.summary = 'A pull-down-to-refresh control for iOS that plays pong, originally created for the MHacks III iOS app'
55
s.homepage = 'https://github.com/boztalay/BOZPongRefreshControl'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.authors = { 'Ben Oztalay' => 'boztalay@gmail.com', 'Joseph Constan' => 'jcon5294@gmail.com', 'Mahir Eusufzai' => 'github.com/MahirEusufzai', 'ajfigueroa' => 'github.com/ajfigueroa'}
88
s.platform = :ios
9-
s.source = { :git => 'https://github.com/boztalay/BOZPongRefreshControl.git', :tag => '1.0.0' }
9+
s.source = { :git => 'https://github.com/boztalay/BOZPongRefreshControl.git', :tag => '1.0.1' }
1010
s.source_files = 'BOZPongRefreshControl/**/*.{h,m}'
1111
s.public_header_files = 'BOZPongRefreshControl/**/*.h'
1212
s.framework = 'UIKit'

0 commit comments

Comments
 (0)
Please sign in to comment.