blob: d46b3cba60b45e977e4d73856f282c2ae51a61e8 [file] [log] [blame]
{
"name": "AZSClient",
"version": "0.2.4",
"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.4"
},
"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"
}
}