blob: 5a04f3b0ba7b2a519e7adb3a746b9662d071ba9f [file] [log] [blame]
{
"name": "WissKit",
"version": "0.5.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/AlanQuarter/WissKit",
"authors": {
"AlanQuarter": "the9thstar@naver.com"
},
"summary": "A Swift module for iOS to make your coding environment more convenient",
"source": {
"git": "https://github.com/AlanQuarter/WissKit.git",
"tag": "0.5.4"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "WissKit/**/*.swift",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"swift_version": "5.0"
}