Skip to content

Commit

Permalink
Initial commit including readme and bugsnag podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Xiao committed Sep 4, 2013
0 parents commit afcf49a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Bugsnag/2.2.3.fork/Bugsnag.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "Bugsnag"
s.version = "2.2.3.fork"
s.summary = "iOS notifier for SDK for bugsnag.com."
s.homepage = "https://bugsnag.com"
s.license = 'MIT'
s.author = { "Bugsnag" => "notifiers@bugsnag.com" }
s.source = { :git => "https://github.com/segmentio/bugsnag-ios.git", :tag => "2.2.3.fork" }
s.platform = :ios, '4.0'
s.source_files = ['Bugsnag Plugin', 'Bugsnag Plugin/Categories', 'Bugsnag Plugin/Dependencies']
s.requires_arc = true

s.public_header_files = 'Bugsnag Plugin/Bugsnag.h'
s.framework = 'SystemConfiguration'
end
6 changes: 6 additions & 0 deletions README.md
@@ -0,0 +1,6 @@
Podspecs
========

To use this specs repo, run

`pod repo add Segmentio-Podspecs git@github.com:segmentio/Podspecs.git`

0 comments on commit afcf49a

Please sign in to comment.