[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / f / 2 / AZSClient / 0.1.2 / AZSClient.podspec.json
blob9a34ba9f7e1fabe53de4e4b603f25fab36d06c85
2   "name": "AZSClient",
3   "version": "0.1.2",
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": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/Azure/azure-storage-ios.git",
14     "tag": "v0.1.2"
15   },
16   "source_files": "Lib/Azure Storage Client Library/Azure Storage Client Library/*.{h,m}",
17   "ios": {
18     "libraries": "xml2.2"
19   },
20   "xcconfig": {
21     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
22   }