blob: ab7f60ef9e6bf45073b1e0c436ffc8e84a2d1ac4 [file] [log] [blame]
{
"name": "VeaconSDK",
"version": "0.1.2",
"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.1.2"
},
"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
}