Skip to content

Commit

Permalink
Updating pod spec and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
boztalay committed Jan 24, 2014
1 parent 7dde655 commit 13e5a7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 = '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'
Expand Down
2 changes: 1 addition & 1 deletion BOZPongRefreshControl/BOZPongRefreshControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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://github.com/boztalay/BOZPongRefreshControl
//

Expand Down
2 changes: 1 addition & 1 deletion BOZPongRefreshControl/BOZPongRefreshControl.m
Original file line number Diff line number Diff line change
Expand Up @@ -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://github.com/boztalay/BOZPongRefreshControl
//

Expand Down

0 comments on commit 13e5a7f

Please sign in to comment.