[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / b / d / a / LPXML / 0.2.0 / LPXML.podspec.json
blobf0c840edae95304beb319b5346e24ef2b00e1f87
2   "name": "LPXML",
3   "version": "0.2.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.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "libraries": "xml2",
21   "xcconfig": {
22     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
23     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
24   }