From 1ff04f7c520ceb8fe51b4fc8c6ec87be47208ccb Mon Sep 17 00:00:00 2001 From: Ben Oztalay Date: Wed, 15 Oct 2014 20:52:44 -0400 Subject: [PATCH] Updated the podspec --- BOZPongRefreshControl.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BOZPongRefreshControl.podspec b/BOZPongRefreshControl.podspec index a0474d0..7838cc8 100644 --- a/BOZPongRefreshControl.podspec +++ b/BOZPongRefreshControl.podspec @@ -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'