blob: 1ffff19d1142242faa83c40e09b7dc55768e96aa [file] [log] [blame]
{
"name": "SwiftMatrixLite",
"version": "1.0.0",
"swift_versions": "5.0",
"summary": "a lite version of Matrix calculation in Swift.",
"description": "a lite version of Matrix calculation in Swift. Based on Process oriented. It's type safe",
"homepage": "https://github.com/haoboxuxu/SwiftMatrixLite",
"license": "MIT",
"authors": {
"haoboxuxu": "haoboxuxu@icloud.com"
},
"platforms": {
"ios": "13.4"
},
"source": {
"git": "https://github.com/haoboxuxu/SwiftMatrixLite.git",
"tag": "1.0.0"
},
"source_files": "SwiftMatrixLite/SwiftMatrixLite/*.{h,m,swift}",
"swift_version": "5.0"
}