blob: 8d2ea674e61546d6e1cad48d6b2bc402aa2f6785 [file] [log] [blame]
{
"name": "EstimoteIndoorSDK",
"version": "3.0.0-alpha.1",
"summary": "Indoor Location SDK allows real-time beacon-based mapping and indoor location",
"description": "Map any space using Estimote Beacons and visualize your location within it in real-time.",
"homepage": "http://developer.estimote.com/indoor",
"license": {
"type": "Copyright",
"text": " Copyright 2017 Estimote, Inc. All rights reserved.\n"
},
"authors": {
"Estimote, Inc": "contact@estimote.com"
},
"social_media_url": "http://twitter.com/estimote",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Estimote/iOS-Indoor-SDK.git",
"tag": "3.0.0-alpha.1"
},
"source_files": "EstimoteIndoorLocationSDK/Headers/*.h",
"resources": "EstimoteIndoorLocationSDK/Resources/*",
"preserve_paths": [
"EstimoteIndoorLocationSDK/libEstimoteIndoorSDK.a",
"Resources/*"
],
"vendored_libraries": "EstimoteIndoorLocationSDK/libEstimoteIndoorSDK.a",
"frameworks": [
"CoreMotion",
"AudioToolbox",
"MediaPlayer",
"MessageUI"
],
"libraries": "z",
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/EstimoteIndoorSDK\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/EstimoteIndoorSDK\"",
"OTHER_LDFLAGS": "\"-lc++\"",
"ENABLE_BITCODE": "NO"
},
"dependencies": {
"EstimoteSDK": [
"~> 4.16.0"
]
}
}