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