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