blob: 925cf5545e34273895c7f3287d0fba9b7a3794e1 [file] [log] [blame]
{
"name": "IndoorsSDK-iOS",
"version": "3.5.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": "https://github.com/customlbs/IndoorsSDK-iOS",
"license": {
"type": "Copyright",
"text": "Copyright 2015 indoo.rs GmbH. All rights reserved."
},
"source": {
"git": "https://github.com/customlbs/IndoorsSDK-iOS.git",
"tag": "3.5.0"
},
"ios": {
"vendored_frameworks": [
"Indoors.framework",
"IndoorsSurface.framework"
],
"frameworks": [
"QuartzCore",
"SystemConfiguration",
"CoreMotion",
"CFNetwork",
"UIKit",
"Foundation",
"CoreBluetooth",
"CoreGraphics",
"CoreLocation"
]
},
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"requires_arc": true
}