blob: 4048873110dd5aca5683783b52546701bf8b848b [file] [log] [blame]
{
"name": "Matrix",
"version": "0.4.1",
"summary": "Refactored Matrix in Swift.",
"description": "將 BLAS Open Library Matrix 的部分,重新封裝為Matrix Structure,並透過Swift語言特性,簡化Library的操作。",
"homepage": "https://github.com/microlimbic/Matrix",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Grady Zhuo": "gradyzhuo@gmail.com"
},
"social_media_url": "https://about.me/gradyzhuo",
"source": {
"git": "https://github.com/microlimbic/Matrix.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Matrix/Sources/**/*.swift",
"frameworks": "Accelerate"
}