blob: 4926908ccde11468069b6e7ce123aeac2dfc6750 [file] [log] [blame]
{
"name": "AzureMobile",
"version": "0.1.5",
"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.1.5"
},
"swift_version": "4.1",
"dependencies": {
"AzureData": [
"0.1.5"
]
},
"source_files": "AzureMobile/Source/*.{swift,h,m}",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
}
}