[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 8 / 4 / 3 / Boonary / 0.1.1 / Boonary.podspec.json
blob78d1da5ac07a2142dfd359bccd60ce162bdab389
2   "name": "Boonary",
3   "version": "0.1.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tomohiro Imaizumi": "bonriki.life@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/imaizume/Boonary.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/imaizume",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Boonary/Classes/**/*",
23   "swift_versions": "4.0",
24   "swift_version": "4.0"