[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / e / 1 / 9 / MBDataEnvironment / 0.9.0 / MBDataEnvironment.podspec.json
blob5f45772bf14bba888872fe63a89be500d8194958
2   "name": "MBDataEnvironment",
3   "version": "0.9.0",
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/gilt/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evan Coyne Maloney": "emaloney@gilt.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/gilt/MBDataEnvironment.git",
20     "tag": "0.9.0"
21   },
22   "source_files": "Code/**/*.{h,m}",
23   "public_header_files": "Code/**/*.h",
24   "private_header_files": "Code/ExpressionEngine/Private/**/*.h",
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
27   },
28   "dependencies": {
29     "MBToolbox": [
30       "~> 1.0"
31     ],
32     "RaptureXML@Gilt": [
33       "~> 1.0.3"
34     ]
35   }