Skip to content

Commit

Permalink
Merge pull request #332 from tomekc/master
Browse files Browse the repository at this point in the history
Specs for Syringe library
  • Loading branch information
fabiopelosin committed Jul 24, 2012
2 parents 0f6ef8f + 0239e63 commit 8dda133
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Syringe/0.9/Syringe.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = "Syringe"
s.version = "0.9"
s.summary = "Lightweight and magic dependency injection framework. Uses ObjC runtime to do the magic."
s.homepage = "https://github.com/tomekc/Syringe"
s.license = { :type => 'Apache' }
s.author = { "Tomek Cejner" => "tomek.cejner@gmail.com" }
s.source = { :git => "https://github.com/tomekc/Syringe.git", :tag => "0.9" }
s.source_files = 'SyringeCore/*.{h,m}'
s.compiler_flags = '-Wno-deprecated-declarations'
end

0 comments on commit 8dda133

Please sign in to comment.