Skip to content

Commit

Permalink
Merge pull request CocoaPods#7555 from crizzwald/master
Browse files Browse the repository at this point in the history
TCButton v1.0.0
  • Loading branch information
orta committed Feb 2, 2014
2 parents 5ec73a1 + 034e731 commit 1ddb583
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions TCButton/1.0.0/TCButton.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'TCButton'
s.version = '1.0.0'
s.summary = 'A UIButton that given custom assets, functions like iOS 7 style buttons.'
s.homepage = 'https://github.com/crizzwald/TCButton'
s.license = { :type => 'PERSONAL', :file => 'LICENSE' }
s.author = { 'Todd Crown' => 'ToddCrown@gmail.com' }
s.source = { :git => 'https://github.com/crizzwald/TCButton.git', :tag => '1.0.0' }
s.platform = :ios, '6.0'
s.source_files = '*.{h,m}'
s.requires_arc = true
end

0 comments on commit 1ddb583

Please sign in to comment.