blob: 7edbb5000e787f3422ed610378904d5acdb190f5 [file] [log] [blame]
{
"name": "MBDataEnvironment",
"version": "1.3.2",
"summary": "Mockingbird Data Environment",
"description": "Provides a flexible runtime mechanism for manipulating arbitrary data structures and extracting values therefrom.",
"homepage": "https://github.com/emaloney/MBDataEnvironment",
"documentation_url": "https://rawgit.com/emaloney/MBDataEnvironment/master/Documentation/html/index.html",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evan Coyne Maloney": "emaloney@gilt.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source": {
"git": "https://github.com/emaloney/MBDataEnvironment.git",
"tag": "1.3.2"
},
"source_files": "Code/**/*.{h,m}",
"public_header_files": "Code/**/*.h",
"private_header_files": "Code/ExpressionEngine/Private/**/*.h",
"osx": {
"exclude_files": "Code/iOS"
},
"preserve_paths": "Tests/**",
"resource_bundles": {
"MBDataEnvironment": "Resources/*.xml"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"MBToolbox": [
"~> 1.2.0"
],
"RaptureXML@Gilt": [
"~> 1.0.11"
]
}
}