blob: c30b3fbfbef29162afa2bafd7bded6420177ab6e [file] [log] [blame]
{
"name": "AzureSDK",
"version": "0.0.1",
"summary": "Windows Azure SDK for iOS.",
"description": " The Windows Azure SDK for iOS provides a library.\n\n * Upload binary to Azure Blob with progress report.\n * Native BFTask support.\n",
"homepage": "https://github.com/canius/azure-sdk-ios",
"license": "Apache License, Version 2.0",
"authors": {
"canius": "canius.chu@outlook.com"
},
"source": {
"git": "https://github.com/canius/azure-sdk-ios.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "AzureSDK/**/*.[hm]",
"public_header_files": "AzureSDK/**/*.h",
"dependencies": {
"Bolts": [
],
"TMCache": [
]
}
}