blob: 7e47d584748a956da4b0cbf3198c7863be50135e [file] [log] [blame]
{
"name": "AZSClient",
"version": "0.2.6",
"summary": "Azure Storage Client Library for iOS.",
"description": "This library is designed to help you build iOS applications that use Microsoft Azure Storage.",
"homepage": "https://github.com/Azure/azure-storage-ios",
"license": "MIT",
"authors": "Microsoft Azure Storage",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Azure/azure-storage-ios.git",
"tag": "v0.2.6"
},
"source_files": "Lib/Azure Storage Client Library/Azure Storage Client Library/*.{h,m}",
"ios": {
"libraries": "xml2.2"
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}