blob: d2cde30b2d54cdd20ffc4ca91c5dd8c4bd0fa6a6 [file] [log] [blame]
{
"name": "Kanna",
"version": "4.0.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": "4.0.3"
},
"social_media_url": "https://twitter.com/_tid_",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"preserve_paths": "Modules/*",
"source_files": [
"Sources/**/*.swift",
"Sources/**/*.h"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Kanna/Modules"
}
}