blob: f987d8656954b4aa03b2f53c5b39c489f259667c [file] [log] [blame]
{
"name": "PEXML-Utils",
"version": "1.0.4",
"license": "MIT",
"summary": "A collection of XML helper functions.",
"authors": {
"Paul Evans": "evansp2@gmail.com"
},
"homepage": "https://github.com/evanspa/PEXML-Utils",
"source": {
"git": "https://github.com/evanspa/PEXML-Utils.git",
"tag": "PEXML-Utils-v1.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"dependencies": {
"KissXML": [
"~> 5.0"
],
"PEObjc-Commons": [
"~> 1.0.86"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
}
}