[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / 8 / 5 / iosMathFork / 1.0.0 / iosMathFork.podspec.json
blobb2315c5e28434a65fa57bfa03055763383ea08ab
2   "name": "iosMathFork",
3   "version": "1.0.0",
4   "summary": "Math equation rendering for iOS and OS X",
5   "description": "iosMath 与 SDWebImage 有冲突,修改源码发布的pod",
6   "homepage": "https://github.com/huangluloveTing/iosMathFork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "huanglu": "583699255@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/huangluloveTing/iosMathFork.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "iosMath/**/*.{h,m}",
22   "private_header_files": "iosMath/render/internal/*.h",
23   "resource_bundles": {
24     "mathFonts": [
25       "fonts/*.otf",
26       "fonts/*.plist"
27     ]
28   },
29   "frameworks": [
30     "CoreGraphics",
31     "QuartzCore",
32     "CoreText"
33   ],
34   "ios": {
35     "frameworks": "UIKit"
36   },
37   "requires_arc": true