blob: c410b22b9d58112dc334da54cd7dc676b2c1fbd8 [file] [log] [blame]
{
"name": "AzureCore",
"version": "0.1.1",
"summary": "Microsoft Azure client SDKs for iOS.",
"description": "Microsoft Azure client SDKs 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.1"
},
"dependencies": {
"Willow": [
"~> 5.0"
],
"KeychainAccess": [
"~> 3.1"
]
},
"source_files": "AzureCore/Source/*.{swift,h,m}",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
}
}