[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 9 / 5 / iosMath / 0.9.2 / iosMath.podspec.json
blob999237e8e7fae3c7e32694702d647a6be5541fab
2   "name": "iosMath",
3   "version": "0.9.2",
4   "summary": "Math equation rendering for iOS and OS X",
5   "description": "iosMath is a library for typesetting math formulas in iOS and OS X 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/MacOS 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     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/kostub/iosMath.git",
20     "tag": "0.9.2"
21   },
22   "source_files": "iosMath/**/*.{h,m}",
23   "private_header_files": "iosMath/render/internal/*.h",
24   "resource_bundles": {
25     "mathFonts": [
26       "fonts/*.otf",
27       "fonts/*.plist"
28     ]
29   },
30   "frameworks": [
31     "CoreGraphics",
32     "QuartzCore",
33     "CoreText"
34   ],
35   "ios": {
36     "frameworks": "UIKit"
37   },
38   "osx": {
39     "frameworks": "AppKit"
40   },
41   "requires_arc": true