blob: 6015e3ba8029107fd7909658368ec56a1c3a8c90 [file] [log] [blame]
{
"name": "EstimoteIndoorSDK",
"version": "2.1.0",
"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://estimote.com/indoor",
"license": {
"type": "Copyright",
"text": " Copyright 2015 Estimote, Inc. All rights reserved.\n"
},
"authors": {
"Estimote, Inc": "contact@estimote.com"
},
"social_media_url": "http://twitter.com/estimote",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Estimote/iOS-Indoor-SDK.git",
"tag": "2.1.0"
},
"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": [
"~> 3.8"
]
}
}