blob: 9a34ba9f7e1fabe53de4e4b603f25fab36d06c85 [file] [log] [blame]
{
"name": "AZSClient",
"version": "0.1.2",
"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": "7.0"
},
"source": {
"git": "https://github.com/Azure/azure-storage-ios.git",
"tag": "v0.1.2"
},
"source_files": "Lib/Azure Storage Client Library/Azure Storage Client Library/*.{h,m}",
"ios": {
"libraries": "xml2.2"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}