Skip to content

Commit

Permalink
Having fun with CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
boztalay committed Jan 4, 2014
1 parent 9e07452 commit adf365f
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions BOZPongRefreshControl.podspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
Pod::Spec.new do |s|
s.name = "BOZPongRefreshControl"
s.version = “0.1.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/jcon5294/BOZPongRefreshControl"

s.name = 'BOZPongRefreshControl'
s.version = '0.1.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@umich.edu", "Joseph Constan" => "jcon5294@gmail.com" }

s.authors = { 'Ben Oztalay' => 'boztalay@gmail.com', 'Joseph Constan' => 'jcon5294@gmail.com' }
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 => '0.1.1' }
s.source_files = 'BOZPongRefreshControl/**/*.{h,m}'
s.public_header_files = 'BOZPongRefreshControl/**/*.h'

s.framework = 'UIKit'
s.requires_arc = true

end

0 comments on commit adf365f

Please sign in to comment.