[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 1 / 9 / MBDataEnvironment / 1.1.16 / MBDataEnvironment.podspec.json
blob7223f5d44210a1629f3cee2e411cb0d47ed5a8e6
2   "name": "MBDataEnvironment",
3   "version": "1.1.16",
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.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     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/emaloney/MBDataEnvironment.git",
22     "tag": "1.1.16"
23   },
24   "source_files": "Code/**/*.{h,m}",
25   "public_header_files": "Code/**/*.h",
26   "private_header_files": "Code/ExpressionEngine/Private/**/*.h",
27   "osx": {
28     "exclude_files": "Code/iOS"
29   },
30   "preserve_paths": "Tests/**",
31   "resource_bundles": {
32     "MBDataEnvironment": "Resources/*.xml"
33   },
34   "xcconfig": {
35     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
36   },
37   "dependencies": {
38     "MBToolbox": [
39       "~> 1.1.7"
40     ],
41     "RaptureXML@Gilt": [
42       "~> 1.0.11"
43     ]
44   }