[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / e / 1 / 9 / MBDataEnvironment / 1.0.5 / MBDataEnvironment.podspec.json
blobb86e8dfefcef1d3653a1b83a53aaa81b0f64a73e
2   "name": "MBDataEnvironment",
3   "version": "1.0.5",
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   "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/emaloney/MBDataEnvironment.git",
20     "tag": "1.0.5"
21   },
22   "xcconfig": {
23     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
24   },
25   "default_subspecs": "Core",
26   "dependencies": {
27     "MBToolbox": [
28       "~> 1.0.21"
29     ],
30     "RaptureXML@Gilt": [
31       "~> 1.0.3"
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "Code/**/*.{h,m}",
38       "public_header_files": "Code/**/*.h",
39       "private_header_files": "Code/ExpressionEngine/Private/**/*.h",
40       "resource_bundles": {
41         "MBDataEnvironment": "Resources/*.xml"
42       }
43     },
44     {
45       "name": "UnitTests",
46       "dependencies": {
47         "MBDataEnvironment/Core": [
49         ]
50       },
51       "source_files": "Tests/**/*.{h,m}",
52       "public_header_files": "Tests/**/*.h",
53       "resource_bundles": {
54         "MBDataEnvironmentTests": "Tests/Resources/*.xml"
55       },
56       "frameworks": "XCTest"
57     }
58   ]