blob: a54cdf7e726941f70484ac929db740f624081a14 [file] [log] [blame]
{
"name": "Kanna",
"version": "2.0.0",
"summary": "Kanna is an XML/HTML parser for iOS/Mac OS X.",
"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": "2.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,
"source_files": [
"Sources/**/*.swift",
"Sources/**/*.h"
],
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}