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