[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / d / a / LPXML / 0.1.0 / LPXML.podspec.json
blob6410eff9ad9d500eaf30d6810d3b6d9286508637
2   "name": "LPXML",
3   "version": "0.1.0",
4   "summary": "Wrapper around libxml2",
5   "description": "Provides easy to use API",
6   "homepage": "https://github.com/Ligr/LPXML",
7   "license": "MIT",
8   "authors": {
9     "Alex": "aliaksandr.huryn@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Ligr/LPXML.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "LPXML": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "libraries": "xml2",
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
28     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
29   }