blob: 81ceebea8b9bd7c9f3b7626f9d0a4214209fac75 [file] [log] [blame]
{
"name": "VeaconSDK",
"version": "0.2.1",
"homepage": "http://getveacon.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Valensas": "info@getveacon.com"
},
"summary": "VeaconSDK",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Valensas/VeaconSDK.git",
"tag": "0.2.1"
},
"preserve_paths": "Veacon.framework",
"public_header_files": "Veacon.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "Veacon.framework",
"frameworks": [
"CoreLocation",
"CoreBluetooth"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/VeaconSDK/**\""
},
"requires_arc": true
}