[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / f / 5 / 3 / Matrix / 0.4.2 / Matrix.podspec.json
blobfc49fd6f3565da6f40df1b94ffdf4475adb04559
2   "name": "Matrix",
3   "version": "0.4.2",
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.2"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "requires_arc": true,
24   "source_files": "Matrix/Sources/**/*.swift",
25   "frameworks": "Accelerate"