blob: 01002ef684c9de259ab176de0f86f70360399fda [file] [log] [blame]
{
"name": "MBDataEnvironment",
"version": "1.2.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.2.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.1.7"
],
"RaptureXML@Gilt": [
"~> 1.0.11"
]
}
}