blob: 936c860a9419c5ae0bd981a2d89bad4621904c31 [file] [log] [blame]
{
"name": "DiceCoefficient",
"version": "1.0.0",
"summary": "Calculate the similarity of strings using the Sørensen–Dice coefficient",
"license": "MIT",
"homepage": "https://github.com/shivbaijal/DiceCoefficient",
"authors": {
"Shiv Baijal": "shiv@shivbaijal.com"
},
"source": {
"git": "https://github.com/shivbaijal/DiceCoefficient.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true
}