blob: 19b805c842604d5799b8ed942d8291fc811600f8 [file] [log] [blame]
{
"name": "MBDataEnvironment",
"version": "0.9.10",
"summary": "Mockingbird Data Environment",
"description": "Provides a flexible runtime mechanism for manipulating arbitrary data structures and extracting values therefrom.",
"homepage": "https://github.com/gilt/MBDataEnvironment",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evan Coyne Maloney": "emaloney@gilt.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/gilt/MBDataEnvironment.git",
"tag": "0.9.10"
},
"source_files": "Code/**/*.{h,m}",
"public_header_files": "Code/**/*.h",
"private_header_files": "Code/ExpressionEngine/Private/**/*.h",
"resource_bundles": {
"MBDataEnvironment": "Resources/*.xml"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"MBToolbox": [
"~> 1.0.5"
],
"RaptureXML@Gilt": [
"~> 1.0.3"
]
}
}