4 "summary": "Simple comparable version type",
5 "description": "This library provides a version object for semantic versioning which is formatted with \"MAJOR.MINOR.PATCH\".\nIt supports only numbers and dots(e.g. \"1.0.0\"). Not supporting release state like \"-beta\" suffix.",
6 "homepage": "https://github.com/chungchung1315/CKVersion",
12 "Marcel Lee": "chungchung1315@gmail.com"
15 "git": "https://github.com/chungchung1315/CKVersion.git",
21 "source_files": "CKVersion/Classes/**/*",
22 "swift_versions": "5.0",
23 "swift_version": "5.0"