Skip to content

Commit

Permalink
Added ADCExtensions 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adeca committed Dec 28, 2013
1 parent eedb883 commit 51ef696
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ADCExtensions/1.0.0/ADCExtensions.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "ADCExtensions"
s.version = "1.0.0"
s.summary = "ADCExtensions is a collection of useful categories for Cocoa objects."
s.homepage = "https://github.com/adeca/ADCExtensions"
s.license = { :type => 'MIT' }
s.authors = { "Agustin de Cabrera" => "[email protected]" }
s.source = { :git => "https://github.com/adeca/ADCExtensions.git", :tag => "1.0.0" }
s.source_files = 'ADCExtensions', 'ADCExtensions/**/*.{h,m}'
s.requires_arc = true
s.platform = :ios, '6.1'
end

0 comments on commit 51ef696

Please sign in to comment.