[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 1 / 9 / MBDataEnvironment / 1.0.1 / MBDataEnvironment.podspec.json
blob5bc594e7e314c053228ad17bbc537d3ee8b8b2bb
2   "name": "MBDataEnvironment",
3   "version": "1.0.1",
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.1"
21   },
22   "source_files": "Code/**/*.{h,m}",
23   "public_header_files": "Code/**/*.h",
24   "private_header_files": "Code/ExpressionEngine/Private/**/*.h",
25   "preserve_paths": "Tests/**",
26   "resource_bundles": {
27     "MBDataEnvironment": "Resources/*.xml"
28   },
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
31   },
32   "dependencies": {
33     "MBToolbox": [
34       "~> 1.0.21"
35     ],
36     "RaptureXML@Gilt": [
37       "~> 1.0.3"
38     ]
39   }