blob: 1a77241dd8bab125622fdc27dc1b305a0a087241 [file] [log] [blame]
{
"name": "IndoorsSDK-iOS",
"version": "3.10.0",
"platforms": {
"ios": "7.1"
},
"summary": "iOS SDK for performing indoors mapping and localisation provided by indoo.rs",
"authors": {
"indoo.rs": "office@indoo.rs"
},
"homepage": "http://www.indoo.rs",
"documentation_url": "http://indoors.readme.io/docs/getting-started-with-indoors-ios-sdk",
"license": {
"type": "Copyright",
"text": "Copyright 2015 indoo.rs GmbH. All rights reserved."
},
"source": {
"git": "https://bitbucket.org/indoors/indoorssdk-ios.git",
"tag": "3.10.0"
},
"ios": {
"vendored_frameworks": "IndoorsSDK.framework",
"frameworks": [
"QuartzCore",
"SystemConfiguration",
"CoreMotion",
"CFNetwork",
"UIKit",
"Foundation",
"CoreBluetooth",
"CoreGraphics",
"CoreLocation"
]
},
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"requires_arc": true
}