-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHyperTrack.podspec
More file actions
22 lines (18 loc) · 934 Bytes
/
HyperTrack.podspec
File metadata and controls
22 lines (18 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |spec|
# Root specification
spec.name = "HyperTrack"
spec.version = "5.12.1"
spec.summary = "A Movement tracking SDK for iOS"
spec.description = "HyperTrack is a Movement tracking SDK"
spec.license = { :type => "Copyright", :text => "Copyright (c) 2024 HyperTrack, Inc. (https://www.hypertrack.com)" }
spec.homepage = "https://hypertrack.com"
spec.author = "HyperTrack Inc."
spec.source = { :http => "https://github.com/hypertrack/sdk-ios/releases/download/#{spec.version}/HyperTrack.xcframework.zip" }
spec.swift_version = "5.1"
spec.cocoapods_version = '>= 1.10.0'
# Platform
spec.platform = :ios
spec.ios.deployment_target = "12.0"
# Framework
spec.ios.vendored_frameworks = 'HyperTrack.xcframework'
end