Skip to content

Commit

Permalink
Added BTProgressView podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Borut Tomažin committed Aug 30, 2013
1 parent d8f582d commit 29b1a86
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions BTProgressView/1.0.0/BTProgressView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "BTProgressView"
s.version = "1.0.0"
s.summary = "Customized UIProgressView."
s.homepage = "https://github.com/borut-t/BTProgressView"
s.license = { :type => 'zlib', :file => 'LICENCE.md' }
s.author = { "Borut Tomažin" => "borut.tomazin@gmail.com" }
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/borut-t/BTProgressView.git", :tag => "1.0.0" }
s.source_files = 'BTProgressView'
s.frameworks = 'UIKit', 'Foundation', 'CoreGraphics'
s.requires_arc = true
end

0 comments on commit 29b1a86

Please sign in to comment.