blob: 208f97e335ce3826d63cb76c2f1c2fd3d9b59e05 [file] [log] [blame]
{
"name": "PathshareSDK",
"version": "1.0.1",
"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 8 and iOS 9.",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"requires_arc": true,
"source": {
"git": "https://github.com/freshbits/pathshare-sdk-ios.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"preserve_paths": "PathshareSDK.framework",
"public_header_files": "PathshareSDK.framework/Headers/PathshareSDK.h",
"vendored_frameworks": "PathshareSDK.framework"
}