Skip to content

Commit

Permalink
[Add] TestFlightLogger (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Billingsley committed Oct 28, 2012
1 parent 32f5b68 commit d5ef0de
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions TestFlightLogger/0.0.1/TestFlightLogger.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "TestFlightLogger"
s.version = "0.0.1"
s.summary = "A CocoaLumberjack logger for TestFlight."
s.homepage = "https://github.com/abillingsley/TestFlightLogger"
s.license = 'MIT'
s.author = { "Alex Billingsley" => "abillingsley@dyknow.com" }
s.source = { :git => 'https://github.com/abillingsley/TestFlightLogger.git', :tag => '0.0.1' }
s.source_files = '*.{h,m}'
s.requires_arc = true
s.platform = :ios
s.dependency 'CocoaLumberjack'
s.dependency 'TestFlightSDK'
end

0 comments on commit d5ef0de

Please sign in to comment.