4 "summary": "Simple extensions of conversion between Bool and Int values.",
5 "description": "The motivation for this library comes when you think of converting Bool value into Int one e.g. true to 1 or false to 0 and vice versa.\nIt's possible to implement extension with Bool or Int but burden for you to write in every project!\nSo that's why this library exist.",
6 "homepage": "https://github.com/imaizume/Boonary",
12 "Tomohiro Imaizumi": "bonriki.life@gmail.com"
15 "git": "https://github.com/imaizume/Boonary.git",
18 "social_media_url": "https://twitter.com/imaizume",
22 "source_files": "Boonary/Classes/**/*",
23 "swift_versions": "4.0",
24 "swift_version": "4.0"