[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 9 / 5 / iosMath / 0.6.1 / iosMath.podspec.json
blob3223590d196f81644e0d7129919f100e81334187
2   "name": "iosMath",
3   "version": "0.6.1",
4   "summary": "Math typesetting for iOS.",
5   "description": "iosMath is a library for typesetting math formulas in iOS using\nCoreText. It renders formulae written in latex in a UILabel equivalent\nclass using the same typsetting rules as latex. This enables displaying\nbeautifully rendered math equations in iOS applications.",
6   "homepage": "https://github.com/kostub/iosMath",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kostub Deshmukh": "kostub@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/kostub/iosMath.git",
19     "tag": "0.6.1"
20   },
21   "source_files": "iosMath/**/*.{h,m}",
22   "private_header_files": "iosMath/render/MTFont*.h",
23   "resources": "MathFontBundle/*.otf",
24   "frameworks": [
25     "CoreGraphics",
26     "QuartzCore",
27     "CoreText",
28     "UIKit"
29   ],
30   "requires_arc": true