[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / c / f / 2 / AZSClient / 0.2.6 / AZSClient.podspec.json
blob7e47d584748a956da4b0cbf3198c7863be50135e
2   "name": "AZSClient",
3   "version": "0.2.6",
4   "summary": "Azure Storage Client Library for iOS.",
5   "description": "This library is designed to help you build iOS applications that use Microsoft Azure Storage.",
6   "homepage": "https://github.com/Azure/azure-storage-ios",
7   "license": "MIT",
8   "authors": "Microsoft Azure Storage",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/Azure/azure-storage-ios.git",
14     "tag": "v0.2.6"
15   },
16   "source_files": "Lib/Azure Storage Client Library/Azure Storage Client Library/*.{h,m}",
17   "ios": {
18     "libraries": "xml2.2"
19   },
20   "pod_target_xcconfig": {
21     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
22   }