Skip to content

Commit

Permalink
Added MBCategory
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jan 24, 2013
1 parent 0184768 commit a88bc16
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions MBCategory/0.0.1/MBCategory.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "MBCategory"
s.version = "0.0.1"
s.summary = "A simple little helper library that adds methods to UIColor for getting colors from hex strings."
s.homepage = "https://github.com/ekdevdes/MBCategory"

s.author = { "Ethan Kramer" => "ekdevdes@gmail.com" }

s.source = { :git => "https://github.com/ekdevdes/MBCategory.git", :commit => "afbb9b8a616ab53158dea56aeb7d3c5c18ad3a2d" }
s.license = { :type => 'MIT', :file => 'FILE_LICENSE' }

s.platform = :ios
s.source_files = '*.{h,m}'

s.requires_arc = false
end

0 comments on commit a88bc16

Please sign in to comment.