From d5ef0de5ed96ef73046d734b12f0837daad934f8 Mon Sep 17 00:00:00 2001 From: Alex Billingsley Date: Sun, 28 Oct 2012 12:13:04 -0400 Subject: [PATCH] [Add] TestFlightLogger (0.0.1) --- TestFlightLogger/0.0.1/TestFlightLogger.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TestFlightLogger/0.0.1/TestFlightLogger.podspec diff --git a/TestFlightLogger/0.0.1/TestFlightLogger.podspec b/TestFlightLogger/0.0.1/TestFlightLogger.podspec new file mode 100644 index 00000000000000..480edb60070f52 --- /dev/null +++ b/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 \ No newline at end of file