-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBluedotPointSDK.podspec
More file actions
35 lines (30 loc) · 1.62 KB
/
BluedotPointSDK.podspec
File metadata and controls
35 lines (30 loc) · 1.62 KB
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
33
34
35
Pod::Spec.new do |s|
s.name = "BluedotPointSDK"
s.version = "17.2.0"
s.summary = "The Bluedot Point SDK is powering the most innovative location-based apps for iOS and Android."
s.description = "Bluedot Innovation's cutting edge location services solution - the Bluedot Point SDK - is powering the most innovative location-based apps for iOS and Android.
Deliver creative content and collect valuable analytics using Bluedot Innovation's powerful, precise and easy-to-use location services technology."
s.homepage = "https://www.bluedot.io"
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Point SDK
Created by Bluedot Innovation in 2025.
Copyright © 2025 Bluedot Innovation. All rights reserved.
By downloading or using the Bluedot Point SDK for iOS, You agree to the Bluedot Terms and Conditions
https://bluedot.io/agreements/#terms and Privacy Policy https://bluedot.io/agreements/#privacy
and Billing Policy https://bluedot.io/agreements/#billing
and acknowledge that such terms govern Your use of and access to the iOS SDK.
LICENSE
}
s.author = { "Bluedot Innovation" => "https://bluedot.io" }
s.source = { :git => 'https://github.com/Bluedot-Innovation/PointSDK-iOS.git', :tag => s.version.to_s }
s.platform = :ios
s.ios.deployment_target = '15.0'
s.swift_version = '5.0'
s.requires_arc = true
s.documentation_url = 'http://docs.bluedot.io'
s.frameworks = 'CoreGraphics', 'CoreLocation', 'CoreMotion', 'Foundation', 'MapKit', 'SystemConfiguration', 'UIKit'
s.weak_framework = 'CoreData', 'Foundation'
s.vendored_frameworks = 'PointSDK/BDPointSDK.xcframework'
end