[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / e / 0 / SJiOSMath / 0.0.3 / SJiOSMath.podspec.json
blobfa7c9f0b97ea60d84adc277a2cb75b55694a5648
2   "name": "SJiOSMath",
3   "version": "0.0.3",
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": "8.0"
16   },
17   "source": {
18     "git": "https://gitee.com/jingelaile/SJiOSMath.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "SJiOSMath/**/*.{h,m}",
22   "private_header_files": "SJiOSMath/render/internal/*.h",
23   "resource_bundles": {
24     "mathFonts": [
25       "SJiOSMath/fonts/*.otf",
26       "SJiOSMath/fonts/*.plist"
27     ]
28   },
29   "frameworks": [
30     "CoreGraphics",
31     "QuartzCore",
32     "CoreText"
33   ],
34   "ios": {
35     "frameworks": "UIKit"
36   },
37   "osx": {
38     "frameworks": "AppKit"
39   },
40   "requires_arc": true