blob: a19d792ff850a57cf70f6efe7811e9469b060a1d [file] [log] [blame]
{
"name": "HMBeaconSDK",
"version": "1.0.0",
"summary": "Proximity Solution to help identified beacons at any store and placed beacons in particular",
"homepage": "https://github.com/manishSinghthakur/HMBeaconSDK",
"authors": {
"Manish Singh, Inc": "manish.singh705@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/manishSinghthakur/HMBeaconSDK.git",
"tag": "1.0.0"
},
"source_files": "HMBeaconSDK/HMBeaconSDK.framework/Headers/*.h",
"vendored_frameworks": "HMBeaconSDK/HMBeaconSDK.framework",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation",
"CoreBluetooth"
],
"dependencies": {
"AWSIoT": [
],
"EstimoteSDK": [
]
},
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/HMBeaconSDK\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/HMBeaconSDK\""
}
}