Skip to content

Commit

Permalink
Merge pull request #14 from waltflanagan/master
Browse files Browse the repository at this point in the history
Fix podspec to depend on official crashlytics
  • Loading branch information
middlinp committed Jul 28, 2015
2 parents 9a51972 + 5a87f60 commit afc77df
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions CrashlyticsLumberjack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ Pod::Spec.new do |s|
s.source_files = 'Source', 'Source/CrashlyticsLogger.{h,m}'
s.requires_arc = true

s.osx.deployment_target = '10.7'
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.8'
s.ios.deployment_target = '8.0'

s.dependency 'CocoaLumberjack/Default', '~> 2.0.0'

s.subspec 'Framework' do |sp|
sp.platform = :ios, '8.0'
sp.dependency 'CrashlyticsFramework', '~> 2.2'
end
s.ios.dependency 'Crashlytics'
s.osx.dependency 'Crashlytics-OSX'

end

0 comments on commit afc77df

Please sign in to comment.