diff --git a/BOZPongRefreshControl.podspec b/BOZPongRefreshControl.podspec index 6190066..a0474d0 100644 --- a/BOZPongRefreshControl.podspec +++ b/BOZPongRefreshControl.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'BOZPongRefreshControl' - s.version = '0.1.1' + s.version = '1.0.0' 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' } + 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 => '0.1.1' } + s.source = { :git => 'https://github.com/boztalay/BOZPongRefreshControl.git', :tag => '1.0.0' } s.source_files = 'BOZPongRefreshControl/**/*.{h,m}' s.public_header_files = 'BOZPongRefreshControl/**/*.h' s.framework = 'UIKit' diff --git a/BOZPongRefreshControl/BOZPongRefreshControl.h b/BOZPongRefreshControl/BOZPongRefreshControl.h index 69db170..7079c3e 100644 --- a/BOZPongRefreshControl/BOZPongRefreshControl.h +++ b/BOZPongRefreshControl/BOZPongRefreshControl.h @@ -5,7 +5,7 @@ // Created by Ben Oztalay on 11/22/13. // Copyright (c) 2013 Ben Oztalay. All rights reserved. // -// Version 0.1.1 +// Version 1.0.0 // https://www.github.com/boztalay/BOZPongRefreshControl // diff --git a/BOZPongRefreshControl/BOZPongRefreshControl.m b/BOZPongRefreshControl/BOZPongRefreshControl.m index ef69613..bbf0f72 100644 --- a/BOZPongRefreshControl/BOZPongRefreshControl.m +++ b/BOZPongRefreshControl/BOZPongRefreshControl.m @@ -5,7 +5,7 @@ // Created by Ben Oztalay on 11/22/13. // Copyright (c) 2013 Ben Oztalay. All rights reserved. // -// Version 0.1.1 +// Version 1.0.0 // https://www.github.com/boztalay/BOZPongRefreshControl //