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