blob: f7e1083a7b0a50700674902bec1ee26ed27f6076 [file] [log] [blame]
{
"name": "watoolkitios",
"version": "1.5",
"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.5"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Library",
"Library/Library/**/*.{h,m}"
],
"frameworks": "CoreGraphics",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": false
}