blob: 68ff7e85e873297a5f9996c4d75863c536a3d1b8 [file] [log] [blame]
{
"name": "Kanna",
"version": "5.0.0",
"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.0.0"
},
"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"
}
}