blob: 0addde56e9a63bd0c2cf95770b9f8b7278adb0be [file] [log] [blame]
{
"name": "HyperTrack",
"version": "4.4.0-alpha.1",
"summary": "A Movement tracking SDK for iOS",
"description": "HyperTrack is a Movement tracking SDK",
"license": {
"type": "Copyright",
"text": "Copyright (c) 2018 HyperTrack, Inc. (https://www.hypertrack.com)"
},
"homepage": "https://hypertrack.com",
"authors": "HyperTrack Inc.",
"source": {
"http": "https://github.com/hypertrack/sdk-ios/releases/download/4.4.0-alpha.1/HyperTrack.zip"
},
"swift_versions": "5.1",
"platforms": {
"ios": "11.0"
},
"dependencies": {
"GRDB.swift": [
"4.4.0"
]
},
"default_subspecs": "Swift",
"subspecs": [
{
"name": "Swift",
"source_files": "*",
"exclude_files": "HTSDK.swift"
},
{
"name": "Objective-C",
"dependencies": {
"HyperTrack/Swift": [
]
},
"source_files": "HTSDK.swift"
}
],
"swift_version": "5.1"
}