blob: 46162ad37c03bc55e5c9422df42eb36f6290c89c [file] [log] [blame]
{
"name": "CalaGrandeBluetoothFramework",
"version": "1.0.8",
"summary": "Framework that handles communication with Cala Grande peripheral device.",
"description": "Framework handles communication with Cala Grande peripheral device. It will scan, connect and transfer log data from the peripheral to central. Binary files will be generated from received data.",
"homepage": "https://bitbucket.org/DomBabic/calagrandebluetoothframework",
"license": {
"type": "MIT",
"text": "./LICENSE.md"
},
"authors": {
"Dominik Babić": "dominik.babic@codecons.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://DomBabic@bitbucket.org/DomBabic/calagrandebluetoothframework.git",
"tag": "1.0.8"
},
"source_files": [
"CalaGrandeBluetoothFramework",
"CalaGrandeBluetoothFramework/**/*.{h,m}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"swift_version": "4.0"
}