blob: 844b6e58cdac38bd166c6ee461565a98f7add171 [file] [log] [blame]
{
"name": "EstimoteSDK",
"version": "5.0.0-alpha.2",
"summary": "iOS library for Estimote devices",
"homepage": "https://estimote.com",
"authors": {
"Estimote, Inc": "contact@estimote.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Estimote/iOS-SDK.git",
"tag": "5.0.0-alpha.2"
},
"source_files": "EstimoteSDKv5/EstimoteSDKv5.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "EstimoteSDKv5/EstimoteSDKv5.framework",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation",
"CoreBluetooth"
],
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/EstimoteSDKv5\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/EstimoteSDKv5\""
},
"license": {
"type": "Copyright",
"text": " Copyright 2017 Estimote, Inc. All rights reserved.\n"
}
}