-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExpoFpCrowdConnected.podspec
32 lines (25 loc) · 1.25 KB
/
ExpoFpCrowdConnected.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
30
31
32
Pod::Spec.new do |spec|
spec.name = "ExpoFpCrowdConnected"
spec.version = "4.8.16"
spec.platform = :ios, '14.0'
spec.summary = "ExpoFP-CrowdConnected location provider"
spec.description = "CrowdConnected location provider for ExpoFP SDK"
spec.homepage = "https://www.expofp.com"
spec.documentation_url = "https://expofp.github.io/expofp-mobile-sdk/ios-sdk"
spec.license = { :type => "MIT" }
spec.author = { 'ExpoFP' => 'support@expofp.com' }
spec.source = { :git => 'https://github.com/expofp/expofp-crowdconnected-ios.git', :tag => "#{spec.version}" }
spec.swift_version = "5"
# Supported deployment targets
spec.ios.deployment_target = "14.0"
# Published binaries
spec.ios.vendored_frameworks = "ExpoFpCrowdConnected.xcframework"
# Add here any resources to be exported.
spec.dependency 'ExpoFpCommon', '4.8.16'
#spec.dependency 'AWSKinesis', '~> 2.28.2'
spec.dependency 'CrowdConnectedCore', '~> 2.1.2'
spec.dependency 'CrowdConnectedShared', '~> 2.1.2'
spec.dependency 'CrowdConnectedCoreBluetooth', '~> 2.1.2'
spec.dependency 'CrowdConnectedIPS', '~> 2.1.2'
spec.dependency 'CrowdConnectedGeo', '~> 2.1.2'
end