blob: fc37fe3c06da92ae55129206613487d594852d42 [file] [log] [blame]
{
"name": "Boonary",
"version": "0.1.0",
"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://www.imaizu.me",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomohiro Imaizumi": "bonriki.life@gmail.com"
},
"source": {
"git": "https://github.com/imaizume/Boonary.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/imaizume",
"platforms": {
"ios": "8.0"
},
"source_files": "Boonary/Classes/**/*",
"swift_versions": "4.0",
"swift_version": "4.0"
}