blob: 7137a7d0402061c936f28007d1fbacb135eff65d [file] [log] [blame]
{
"name": "AzureMobile",
"version": "0.4.1",
"summary": "Microsoft Azure client SDK for iOS.",
"description": "Microsoft Azure client SDK for iOS, macOS, watchOS, tvOS.",
"homepage": "https://github.com/Azure/Azure.iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Microsoft Azure",
"source": {
"git": "https://github.com/Azure/Azure.iOS.git",
"tag": "v0.4.1"
},
"dependencies": {
"AzureData": [
"0.4.1"
]
},
"swift_version": "5.0",
"source_files": "AzureMobile/Source/*.{swift,h,m}",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
}
}