blob: c6d3c980a7b8332e7e7e3e0f43e2fb717ef0bddc [file] [log] [blame]
{
"name": "AmazonFreeRTOS",
"version": "1.0.0",
"summary": "Amazon FreeRTOS SDK for iOS.",
"description": "The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.",
"homepage": "https://aws.amazon.com/freertos/",
"license": "Apache License, Version 2.0",
"authors": {
"Amazon Web Services": "amazonwebservices"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/aws/amazon-freertos-ble-ios-sdk.git",
"tag": "1.0.0"
},
"source_files": "AmazonFreeRTOS/**/*.{swift,m,h}",
"requires_arc": true,
"frameworks": "CoreBluetooth",
"dependencies": {
"AWSIoT": [
]
},
"swift_version": "5.0"
}