forked from Instabug/Instabug-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInstabug.podspec
More file actions
17 lines (17 loc) · 935 Bytes
/
Instabug.podspec
File metadata and controls
17 lines (17 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "Instabug"
s.version = "7.2.3"
s.summary = "Bug reporting for mobile apps. Learn more at http://instabug.com"
s.homepage = "http://instabug.com"
s.license = { :type => 'Commercial', :file => 'LICENSE.md' }
s.author = { "Instabug" => "contactus@instabug.com" }
s.platform = :ios, '8.0'
s.source = { :git => "https://github.com/Instabug/Instabug-iOS.git", :tag => s.version.to_s }
s.source_files = 'Instabug.framework/Headers/*.{h}'
s.preserve_paths = 'Instabug.framework/*'
s.frameworks = 'AVFoundation', 'CoreGraphics', 'CoreMotion', 'SystemConfiguration', 'CoreTelephony', 'UIKit', 'CoreMedia', 'CoreVideo', 'CoreData'
s.vendored_frameworks = 'Instabug.framework'
s.resource = 'Instabug.framework/Instabug.bundle'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Instabug/"' }
s.requires_arc = true
end