blob: 25d6a2b94b3eb786aafc9b3111d8850cffcf6ac3 [file] [log] [blame]
{
"name": "Kanna",
"version": "0.1.4",
"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": "0.1.4"
},
"social_media_url": "https://twitter.com/_tid_",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": [
"Source/**/*.swift",
"Source/**/*.h",
"Library/**/*.h"
],
"libraries": "xml2"
}