-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPACECloudSDK.podspec
More file actions
17 lines (17 loc) · 940 Bytes
/
PACECloudSDK.podspec
File metadata and controls
17 lines (17 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |spec|
spec.name = "PACECloudSDK"
spec.version = "26.2.0"
spec.summary = "Easily integrate your app with the PACE API to support Connected Fueling"
spec.homepage = "http://github.com/pace/cloud-sdk-ios"
spec.license = { :type => "MIT", :file => "LICENSE.md" }
spec.author = "PACE Telematics GmbH"
spec.platform = :ios, "15.0"
spec.swift_version = ["5.0"]
spec.source = { :git => "https://github.com/pace/cloud-sdk-ios.git", :tag => "#{spec.version}" }
spec.source_files = "PACECloudSDK/**/*.swift"
spec.pod_target_xcconfig = { 'PRODUCT_BUNDLE_IDENTIFIER': 'cloud.pace.sdk' }
spec.resources = ["PACECloudSDK/**/*.{strings,png}", "PACECloudSDK/Utils/**/*.plist"]
spec.dependency "AppAuth"
spec.dependency "SwiftProtobuf", "~> 1.22.0"
spec.dependency "Japx"
end