blob: d7673c6b6ed1b9570e64e6bbc6c011303de48c17 [file] [log] [blame]
{
"name": "PathshareSDK",
"version": "2.1.0",
"summary": "The Pathshare iOS SDK, for integrating realtime location sharing capabilities into your iOS application.",
"license": {
"type": "Apache license",
"file": "LICENSE"
},
"authors": {
"Jaro Habr": "jaro@freshbits.ch",
"Thomas Maurer": "thomas@freshbits.ch",
"Stefan Schurgast": "stefan@freshbits.ch"
},
"homepage": "https://github.com/freshbits/pathshare-sdk-ios",
"description": "The Pathshare iOS SDK, for integrating realtime location sharing capabilities into your iOS application. The SDK supports iOS 10 and later.",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"requires_arc": true,
"source": {
"git": "https://github.com/freshbits/pathshare-sdk-ios.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "10.0"
},
"preserve_paths": "PathshareSDK.framework",
"vendored_frameworks": "PathshareSDK.framework"
}