[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 1 / 8 / CoreMath / 0.1.0 / CoreMath.podspec.json
blob42f35ef532bb1325c2ac4bd41198f79fc8a9d957
2   "name": "CoreMath",
3   "version": "0.1.0",
4   "summary": "CoreMath is a Swift library containing many math concepts.",
5   "description": "If you need an implementation of Complex Numbers, Discrete Fourier Transform, Interpolation and many more, this is the library you have been looking for.",
6   "homepage": "https://github.com/pauljohanneskraft/CoreMath",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Paul Kraft": "pauljohanneskraft@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/pauljohanneskraft/CoreMath.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "osx": "10.10"
20   },
21   "source_files": "CoreMath/Classes/**/*",
22   "pushed_with_swift_version": "4.0"