blob: b3af2e1a8f9ecfaa83afe5e15b543027ed955de2 [file] [log] [blame]
{
"name": "IFAHtml",
"version": "2.0.1",
"summary": "A Cocoa Touch framework for HTML parsing and manipulation.",
"homepage": "https://github.com/marcelo-schroeder/IFAHtml",
"license": "Apache-2.0",
"authors": {
"Marcelo Schroeder": "marcelo.schroeder@infoaccent.com"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/marcelo-schroeder/IFAHtml.git",
"tag": "v2.0.1"
},
"source_files": "IFAHtml/IFAHtml/classes/**/*.{h,m}",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
},
"dependencies": {
"IFAAppUI": [
"~> 2.0"
]
},
"pushed_with_swift_version": "4.0"
}