-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMLPDFReaderSDK.podspec
29 lines (20 loc) · 1.03 KB
/
MLPDFReaderSDK.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
27
28
29
Pod::Spec.new do |spec|
spec.name = "MLPDFReaderSDK"
spec.version = "1.4.1"
spec.summary = "miLibris iOS PDF Reader SDK"
spec.description = <<-DESC
MLPDFReaderSDK is the miLibris reading SDK (previously called MLReader). It includes the MLFoundation library allowing to unpack miLibris contents.
DESC
spec.homepage = "https://github.com/miLibris/ios-milibris-pdf-reader-sdk"
spec.license = { :type => 'Copyright', :text => 'Copyright miLibris 2020' }
spec.author = { "miLibris" => "[email protected]" }
spec.cocoapods_version = '>= 1.9'
spec.ios.deployment_target = "11.0"
spec.source = {
:http => "https://seafile.milibris.com/d/a174486424/files/?p=/MLPDFReaderSDK_v1.4.1.xcframework.zip&dl=1",
:type => "zip",
:sha256 => '06393db968cbeafed1f90a5f415ca7402adc435b384a063ffc4d299cf086e923'
}
spec.vendored_frameworks = 'MLPDFReaderSDK.xcframework'
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
end