Skip to content

Commit 13e5a7f

Browse files
committed
Updating pod spec and version numbers
1 parent 7dde655 commit 13e5a7f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

BOZPongRefreshControl.podspec

Lines changed: 3 additions & 3 deletions
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 = '0.1.1'
3+
s.version = '1.0.0'
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' }
7-
s.authors = { 'Ben Oztalay' => '[email protected]', 'Joseph Constan' => '[email protected]' }
7+
s.authors = { 'Ben Oztalay' => '[email protected]', 'Joseph Constan' => '[email protected]', 'Mahir Eusufzai' => 'github.com/MahirEusufzai', 'ajfigueroa' => 'github.com/ajfigueroa'}
88
s.platform = :ios
9-
s.source = { :git => 'https://github.com/boztalay/BOZPongRefreshControl.git', :tag => '0.1.1' }
9+
s.source = { :git => 'https://github.com/boztalay/BOZPongRefreshControl.git', :tag => '1.0.0' }
1010
s.source_files = 'BOZPongRefreshControl/**/*.{h,m}'
1111
s.public_header_files = 'BOZPongRefreshControl/**/*.h'
1212
s.framework = 'UIKit'

BOZPongRefreshControl/BOZPongRefreshControl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by Ben Oztalay on 11/22/13.
66
// Copyright (c) 2013 Ben Oztalay. All rights reserved.
77
//
8-
// Version 0.1.1
8+
// Version 1.0.0
99
// https://www.github.com/boztalay/BOZPongRefreshControl
1010
//
1111

BOZPongRefreshControl/BOZPongRefreshControl.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by Ben Oztalay on 11/22/13.
66
// Copyright (c) 2013 Ben Oztalay. All rights reserved.
77
//
8-
// Version 0.1.1
8+
// Version 1.0.0
99
// https://www.github.com/boztalay/BOZPongRefreshControl
1010
//
1111

0 commit comments

Comments
 (0)