blob: 9eeba2e3686b1c56c4db3c0f9da2f0d11dee51b8 [file] [log] [blame]
{
"name": "HsinUsefulExtension",
"version": "0.1.1",
"summary": "Some useful extension.",
"description": "My useful extension! They are the commonest utilities that I use in my projects!",
"swift_version": "4.2",
"homepage": "https://github.com/HsinChungHan/HsinUsefulExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HsinChungHan": "hooy123456@gapp.nthu.edu.tw"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/HsinChungHan/HsinUsefulExtension.git",
"tag": "0.1.1"
},
"source_files": "HsinUsefulExtension/Utilities/*.{swift}"
}