blob: f0c840edae95304beb319b5346e24ef2b00e1f87 [file] [log] [blame]
{
"name": "LPXML",
"version": "0.2.0",
"summary": "Wrapper around libxml2",
"description": "Provides easy to use API",
"homepage": "https://github.com/Ligr/LPXML",
"license": "MIT",
"authors": {
"Alex": "aliaksandr.huryn@gmail.com"
},
"source": {
"git": "https://github.com/Ligr/LPXML.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}