blob: 78d1da5ac07a2142dfd359bccd60ce162bdab389 [file] [log] [blame]
{
"name": "Boonary",
"version": "0.1.1",
"summary": "Simple extensions of conversion between Bool and Int values.",
"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.",
"homepage": "https://github.com/imaizume/Boonary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomohiro Imaizumi": "bonriki.life@gmail.com"
},
"source": {
"git": "https://github.com/imaizume/Boonary.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/imaizume",
"platforms": {
"ios": "8.0"
},
"source_files": "Boonary/Classes/**/*",
"swift_versions": "4.0",
"swift_version": "4.0"
}