blob: e8f02f6ad52c0bc72a8d3a4ea5471b0d7c1db483 [file] [log] [blame]
{
"name": "CalaGrandeBluetoothFramework",
"version": "1.0.2",
"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.2"
},
"source_files": [
"CalaGrandeBluetoothFramework",
"CalaGrandeBluetoothFramework/**/*.{h,m}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"swift_version": "4.0"
}