Skip to content

Commit

Permalink
Podspec added.
Browse files Browse the repository at this point in the history
  • Loading branch information
endSly committed Dec 16, 2013
1 parent aacbee5 commit 478228a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NullObjects.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = "NullObjects"
s.version = "0.0.1"
s.summary = "A library for building Null Objects in Objective-C."
s.homepage = "https://github.com/endSly/NullObjects"
s.license = 'BSD'
s.author = { "Endika Gutiérrez Salas" => "[email protected]" }
s.source = { :git => "https://github.com/endSly/NullObjects.git", :tag => s.version.to_s }
s.source_files = 'NullObjects', 'NullObjects/**/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 478228a

Please sign in to comment.