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