[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / c / SwiftyMath / 1.0 / SwiftyMath.podspec.json
blob92704ab316eead416efca4161acd38ea818a3219
2   "name": "SwiftyMath",
3   "version": "1.0",
4   "summary": "A simple math parser.",
5   "description": "SwiftyMath is a CocoaPod which allows you to perform addition, subtraction, multiplication, division, exponents, roots, and modulos.",
6   "homepage": "https://github.com/jaredrkozar/SwiftyMath/tree/main",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "jaredrkozar": "jared.rkozar@gmail.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/jaredrkozar/SwiftyMath.git",
19     "tag": "1.0"
20   },
21   "source_files": "SwiftyMath/Classes/*.swift",
22   "swift_versions": "5",
23   "swift_version": "5"