Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Add] Raven (0.1.0)
  • Loading branch information
Kevin Renskers committed Feb 6, 2013
1 parent 1beb320 commit 8bce342
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Raven/0.1.0/Raven.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = "Raven"
s.version = "0.1.0"
s.summary = "A client for Sentry (getsentry.com)."
s.homepage = "https://getsentry.com/"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "David Cramer" => "dcramer@gmail.com" }
s.source = { :git => "https://github.com/getsentry/raven-objc.git", :tag => "0.1.0" }
s.platform = :ios
s.source_files = ['Raven']
end

0 comments on commit 8bce342

Please sign in to comment.