blob: 3737afa6d920d53f555797ef90a2d411979ddeb0 [file] [log] [blame]
{
"name": "ACMatrix",
"version": "0.2.0",
"summary": "A delightful matrix mathematical operation lib",
"description": "A delightful, \nEasy to use,\nMatrix operations lib written in Objective-C",
"homepage": "https://github.com/mrcrow/ACMatrix",
"license": "BSD",
"authors": {
"WU Wenzhi": "wwz.michael@gmail.com"
},
"source": {
"git": "https://github.com/mrcrow/ACMatrix.git",
"tag": "0.2.0"
},
"source_files": [
"Classes",
"ACMatrix/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}