blob: 54be8edac0e8d3af9487c2351a5097f13e08bc9d [file] [log] [blame]
{
"name": "FitMyLabel",
"version": "0.1.0",
"summary": "A tool used to split up string to fit any specified label.",
"description": "FitMyLabel is a simple tool, which uses binary search to split up a long string in portions that fit any specified label.",
"homepage": "https://github.com/nishanthooda/FitMyLabel.git",
"license": "MIT",
"authors": "Nishant Hooda",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/nishanthooda/FitMyLabel.git",
"tag": "0.0.1"
},
"source_files": "FitMyLabel/FitMyLabel.{swift,h}",
"exclude_files": "",
"swift_version": "4.0"
}