[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / d / a / LPXML / 0.2.1 / LPXML.podspec.json
blob585487054000a5e0245737bd77c4582c7bd25744
2   "name": "LPXML",
3   "version": "0.2.1",
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.1"
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   }