blob: 7df0d6ba5119f1ebb298e6215702223b6b2fc34f [file] [log] [blame]
{
"name": "EmpatikaBeacons",
"version": "0.0.2",
"summary": "Yet another SDK.",
"homepage": "http://www.empatika.com",
"authors": {
"Empatika": "http://www.empatika.com"
},
"source": {
"git": "https://github.com/Empatika/BeaconsTracker-SDK.git",
"tag": "0.0.2"
},
"license": {
"type": "Commercial",
"text": "To be annonced"
},
"platforms": {
"ios": null
},
"source_files": "BeaconTracker/**/*.h",
"preserve_paths": "BeaconTracker/**/*.a",
"libraries": "EBBeaconsTracker",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/EmpatikaBeacons/BeaconTracker\""
},
"frameworks": [
"CoreLocation",
"CoreBluetooth"
],
"requires_arc": false
}