blob: 46ff0b30dd7ee97df75c6e7e5a7a08b13aa95d9a [file] [log] [blame]
{
"name": "PEXML-Utils",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.1"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"dependencies": {
"KissXML": [
"~> 5.0"
],
"PEObjc-Commons": [
"~> 1.0.1"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
}
}