blob: 29c190b53b560d0dc5dab27411da93b5b3a4a984 [file] [log] [blame]
{
"name": "EstimoteSDK",
"version": "2.1.5",
"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": "2.1.5"
},
"source_files": "EstimoteSDK/Headers/*.h",
"preserve_paths": "EstimoteSDK/libEstimoteSDK.a",
"vendored_libraries": "EstimoteSDK/libEstimoteSDK.a",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation"
],
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/EstimoteSDK\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/EstimoteSDK\""
},
"license": {
"type": "Copyright",
"text": " Copyright 2014 Estimote, Inc. All rights reserved.\n"
}
}