blob: 4b40541eeb0b5fef9265944fa31cdd7fab6c589e [file] [log] [blame]
{
"name": "WissKit",
"version": "0.2.0",
"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.2.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "WissKit/Sources/**/*.swift",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"swift_version": "5.0"
}