blob: 9ec01afe14c78d0600cd39b8ed339297a3fa0327 [file] [log] [blame]
{
"name": "EstimoteIndoorSDK",
"version": "1.2.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.\n",
"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": "1.2.1"
},
"source_files": "EstimoteIndoorLocationSDK/Headers/*.h",
"resources": "EstimoteIndoorLocationSDK/Resources/**/*",
"preserve_paths": [
"EstimoteIndoorLocationSDK/libEstimoteIndoorSDK.a",
"Resources/**/*"
],
"vendored_libraries": "EstimoteIndoorLocationSDK/libEstimoteIndoorSDK.a",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation",
"CoreGraphics",
"CoreBluetooth",
"CoreMotion",
"MessageUI",
"MediaPlayer",
"AVFoundation",
"AudioToolbox"
],
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/EstimoteIndoorSDK\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/EstimoteIndoorSDK\"",
"OTHER_LDFLAGS": "\"-lc++\""
},
"dependencies": {
"EstimoteSDK": [
"~> 2.4.0"
]
}
}