forked from microsoft/PLCrashReporter-Fork
-
Notifications
You must be signed in to change notification settings - Fork 2
/
KarteCrashReporter.podspec
25 lines (21 loc) · 1.14 KB
/
KarteCrashReporter.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Be sure to run `pod spec lint KarteCrashReporter.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |spec|
spec.cocoapods_version = ">= 1.10"
spec.name = "KarteCrashReporter"
spec.version = "1.11.0"
spec.summary = "Fork of the Plausible Labs PLCrashReporter repo."
spec.description = "This fork contains code that is not part of the core PLCrashReporter distribution. This software is not provided by or maintained by Plausible Labs."
spec.homepage = "https://github.com/plaidev/PLCrashReporter"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "PLAID" => "[email protected]" }
spec.platform = :ios
spec.ios.deployment_target = "11.0"
spec.source = { :git => "https://github.com/plaidev/PLCrashReporter.git", :tag => "#{spec.version}-patch" }
spec.vendored_frameworks = "CrashReporter.xcframework"
end