[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / e / 1 / 9 / MBDataEnvironment / 1.0.8 / MBDataEnvironment.podspec.json
blob2934dba7bf9cf08e873e8a18cce9923f99435ed3
2   "name": "MBDataEnvironment",
3   "version": "1.0.8",
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",
7   "documentation_url": "https://rawgit.com/emaloney/MBDataEnvironment/master/Documentation/html/index.htmlhttps://rawgit.com/emaloney/MBDataEnvironment/master/Documentation/html/index.html",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Evan Coyne Maloney": "emaloney@gilt.com"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/emaloney/MBDataEnvironment.git",
21     "tag": "1.0.8"
22   },
23   "source_files": "Code/**/*.{h,m}",
24   "public_header_files": "Code/**/*.h",
25   "private_header_files": "Code/ExpressionEngine/Private/**/*.h",
26   "preserve_paths": "Tests/**",
27   "resource_bundles": {
28     "MBDataEnvironment": "Resources/*.xml"
29   },
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
32   },
33   "dependencies": {
34     "MBToolbox": [
35       "~> 1.0.22"
36     ],
37     "RaptureXML@Gilt": [
38       "~> 1.0.3"
39     ]
40   }