-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathComPDFKit_Tools.podspec
26 lines (21 loc) · 1.23 KB
/
ComPDFKit_Tools.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
26
Pod::Spec.new do |spec|
spec.name = "ComPDFKit_Tools"
spec.version = "2.3.0"
spec.summary = "Comprehensiven iOS PDF SDK solutions for developers."
spec.description = <<-DESC
ComPDFKit PDF SDK for iOS is designed for developers to integrate viewing, editing, converting, extracting, and signing PDFs to build PDF viewer and editor on iOS.
DESC
spec.homepage = "https://www.compdf.com"
spec.documentation_url = "https://www.compdf.com/guides/pdf-sdk/ios/overview"
spec.license = { :type => 'Commercial', :file => 'Lib/ComPDFKit_Tools.xcframework/LICENSE'}
spec.author = { "ComPDFKit" => "support@compdf.com"}
spec.platform = :ios, "10.0"
spec.source = { :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => "2.3.0"}
spec.vendored_frameworks = "Lib/ComPDFKit_Tools.xcframework"
spec.requires_arc = true
spec.pod_target_xcconfig = {'VALID_ARCHS' => 'arm64 x86_64 armv7'}
spec.library = 'z', 'c++'
spec.frameworks = 'QuartzCore','CoreMedia', 'MediaPlayer', 'AVFoundation',
'CoreGraphics', 'Foundation', 'MobileCoreServices', 'SystemConfiguration',
'UIKit'
end