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