blob: b22e64b055082feb1a5b0d4821e769a160a1ee23 [file] [log] [blame]
{
"name": "watoolkitios",
"version": "1.4.0",
"summary": "Easy to access Windows Azure storage services from native iOS applications.",
"description": "The Windows Azure Toolkit for iOS is a toolkit for developers to make it easy to access Windows Azure storage services from native iOS applications.",
"homepage": "https://github.com/WindowsAzure-Toolkits/wa-toolkit-ios.git",
"license": "Ms-PL",
"authors": {
"Microsoft": "chrisner@microsoft.com"
},
"source": {
"git": "https://github.com/WindowsAzure-Toolkits/wa-toolkit-ios.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "4.0"
},
"source_files": [
"Library",
"Library/Library/**/*.{h,m}"
],
"frameworks": "CoreGraphics",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": false
}