blob: 24c1099042e25bb72dc15cec94042904d02e1c1f [file] [log] [blame]
{
"name": "Kanna",
"version": "5.2.3",
"summary": "Kanna is an XML/HTML parser for iOS/macOS/watchOS/tvOS and Linux.",
"homepage": "https://github.com/tid-kijyun/Kanna",
"license": "MIT",
"authors": {
"Atsushi Kiwaki": "tid.develop@gmail.com"
},
"source": {
"git": "https://github.com/tid-kijyun/Kanna.git",
"tag": "5.2.3"
},
"social_media_url": "https://twitter.com/_tid_",
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": [
"Sources/**/*.swift",
"Sources/**/*.h"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"OTHER_LDFLAGS": "-lxml2"
},
"swift_version": "5.2"
}