2 "name": "MBDataEnvironment",
4 "summary": "Mockingbird Data Environment",
5 "description": "Provides a flexible runtime mechanism for manipulating arbitrary data structures and extracting values therefrom.",
6 "homepage": "https://github.com/emaloney/MBDataEnvironment",
12 "Evan Coyne Maloney": "emaloney@gilt.com"
19 "git": "https://github.com/emaloney/MBDataEnvironment.git",
23 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25 "default_subspecs": "Core",
37 "source_files": "Code/**/*.{h,m}",
38 "public_header_files": "Code/**/*.h",
39 "private_header_files": "Code/ExpressionEngine/Private/**/*.h",
41 "MBDataEnvironment": "Resources/*.xml"
47 "MBDataEnvironment/Core": [
51 "source_files": "Tests/**/*.{h,m}",
52 "public_header_files": "Tests/**/*.h",
54 "MBDataEnvironmentTests": "Tests/Resources/*.xml"
56 "frameworks": "XCTest"