diff --git a/Rivet/0.0.3/Rivet.podspec b/Rivet/0.0.3/Rivet.podspec new file mode 100644 index 00000000..e6f2f737 --- /dev/null +++ b/Rivet/0.0.3/Rivet.podspec @@ -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