blob: 7ba13a0970d4287fa55d0deb902f8d7348b0a772 [file] [log] [blame]
{
"name": "RSParser",
"version": "1.0",
"summary": "This framework was developed for Evergreen",
"description": "Parsers available for RSS, Atom, OPML, Internet Dates, HTML metadata and links, and HTML entities.\n It also includes Objective-C wrappers for libXML2’s XML SAX and HTML SAX parsers. \n You can write your own parsers on top of these.",
"homepage": "https://github.com/brentsimmons/RSParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brent Simmons": "brent@ranchero.com"
},
"platforms": {
"ios": "9.3",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/brentsimmons/RSParser.git",
"tag": "1.0"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m, swift}"
],
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}