[Add] AnyThinkAdmobSDKAdapter 6.4.37.1
[CocoaPods.git] / Specs / c / f / 2 / AZSClient / 0.2.2 / AZSClient.podspec.json
blobdeb8c9a84bb36efcb28e7ecc85d1f3b30d5b819e
2   "name": "AZSClient",
3   "version": "0.2.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.2.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     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/Pods/AZSClient/asl/iphoneos",
23     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/Pods/AZSClient/asl/iphonesimulator",
24     "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/Pods/AZSClient/asl/macosx"
25   },
26   "preserve_paths": "asl/**",
27   "prepare_command": "asl/injectXcodePath.sh"