[Add] Rivet (0.0.3)

This commit is contained in:
Ryan Davies
2013-05-25 14:38:21 +01:00
parent aa67679ba2
commit 023a791db7
+12
View File
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Rivet'
s.version = '0.0.3'
s.license = 'MIT'
s.platform = :ios, '5.0'
s.summary = "Bolt your apps together with dependency injection."
s.homepage = 'https://github.com/rdavies/Rivet'
s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' }
s.source = { :git => 'https://github.com/rdavies/Rivet.git', :tag => s.version.to_s }
s.source_files = 'Rivet/**/*.{h,m}'
s.requires_arc = true
end