[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 9 / 5 / iosMath / 0.9.1 / iosMath.podspec.json
blobc68fe827d2915ec66ef24dd8dcce41bf091fe5cd
2   "name": "iosMath",
3   "version": "0.9.1",
4   "summary": "Math equation rendering 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.9.1"
20   },
21   "source_files": "iosMath/**/*.{h,m}",
22   "private_header_files": "iosMath/render/internal/*.h",
23   "resource_bundles": {
24     "iosMathFonts": [
25       "fonts/*.otf",
26       "fonts/*.plist"
27     ]
28   },
29   "frameworks": [
30     "CoreGraphics",
31     "QuartzCore",
32     "CoreText",
33     "UIKit"
34   ],
35   "requires_arc": true