blob: deb8c9a84bb36efcb28e7ecc85d1f3b30d5b819e [file] [log] [blame]
{
"name": "AZSClient",
"version": "0.2.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.2.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",
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/Pods/AZSClient/asl/iphoneos",
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/Pods/AZSClient/asl/iphonesimulator",
"SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/Pods/AZSClient/asl/macosx"
},
"preserve_paths": "asl/**",
"prepare_command": "asl/injectXcodePath.sh"
}