blob: d852e5dd84eaff8e6e8af0a2938b325e4f339635 [file] [log] [blame]
{
"name": "Base16",
"version": "0.1.0",
"summary": "Base16 is a small Swift libraries for Base16, as standardized in RFC 4648.",
"description": "Base16 is a small Swift libraries for Base16, as standardized in RFC 4648. Forked from https://github.com/mattrubin/Bases",
"homepage": "https://github.com/EOSLaoMao/Base16",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iCell": "lixiaoyu@eoslaomao.com"
},
"source": {
"git": "https://github.com/EOSLaoMao/Base16.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Base16/Classes/**/*",
"swift_version": "5.0"
}