forked from carolanitz/QuincyKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuincyKit.podspec
18 lines (16 loc) · 929 Bytes
/
QuincyKit.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = 'QuincyKit'
s.version = '3.0.0'
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' => '[email protected]' }
s.source = { :git => 'https://github.com/martindaum/QuincyKit.git', commit: '2c457f6' }
s.ios.source_files = 'client/iOS/*.{h,m}'
s.ios.resource = 'client/iOS/Quincy.bundle'
s.ios.frameworks = 'SystemConfiguration', 'CrashReporter'
s.ios.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/QuincyKit/client/iOS"' }
s.ios.preserve_paths = 'client/iOS/CrashReporter.framework'
s.osx.source_files = 'client/Mac/*.{h,m}'
s.osx.resource = 'client/Mac/BWQuincyMain.nib'
end