Skip to content

Commit

Permalink
Merge pull request CocoaPods#109 from kurige/master
Browse files Browse the repository at this point in the history
[Update] QuincyKit 2.1.7
  • Loading branch information
kurige committed Apr 6, 2012
2 parents 27f5809 + f45db25 commit 1065164
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions QuincyKit/2.1.7/QuincyKit.podspec
@@ -0,0 +1,23 @@
Pod::Spec.new do |s|
s.name = 'QuincyKit'
s.version = '2.1.7'
s.license = 'MIT & Apache License, Version 2.0'

s.summary = 'Live crash report management for iOS and Mac OS X. AppStore ready!'
s.homepage = 'https://github.com/TheRealKerni/QuincyKit'
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de' }
s.source = { :git => 'https://github.com/TheRealKerni/QuincyKit.git', :tag => '2.1.7' }

if config.ios?
s.source_files = 'client/iOS/*.{h,m}'
s.resource = 'client/iOS/Quincy.bundle'
s.clean_paths = 'client/iOS/QuincyLib', 'client/Mac', 'demo', 'server'

s.frameworks = 'SystemConfiguration', 'CrashReporter'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/QuincyKit/client/iOS"' }
else
s.source_files = 'client/Mac/*.{h,m}'
s.resource = 'client/Mac/BWQuincyMain.nib'
s.clean_paths = 'client/iOS', 'demo', 'server'
end
end

0 comments on commit 1065164

Please sign in to comment.