blob: b87066ddb517e61b750f05c7da8fe9ee7d6bf65a [file] [log] [blame]
{
"name": "Diffitic",
"version": "1.0.0",
"summary": "Detect differences between two sequences",
"description": "Diffitic is a module for detecting differences between two sequences written in Swift..",
"homepage": "https://github.com/hironytic/Diffitic",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hironori Ichimiya": "hiron@hironytic.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/hironytic/Diffitic.git",
"tag": "v1.0.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}