[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 5 / 3 / Matrix / 0.4.1 / Matrix.podspec.json
blob4048873110dd5aca5683783b52546701bf8b848b
2   "name": "Matrix",
3   "version": "0.4.1",
4   "summary": "Refactored Matrix in Swift.",
5   "description": "將 BLAS Open Library Matrix 的部分,重新封裝為Matrix Structure,並透過Swift語言特性,簡化Library的操作。",
6   "homepage": "https://github.com/microlimbic/Matrix",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Grady Zhuo": "gradyzhuo@gmail.com"
13   },
14   "social_media_url": "https://about.me/gradyzhuo",
15   "source": {
16     "git": "https://github.com/microlimbic/Matrix.git",
17     "tag": "0.4.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "Matrix/Sources/**/*.swift",
24   "frameworks": "Accelerate"