[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 9 / 5 / iosMath / 0.7.2 / iosMath.podspec.json
blobd77c545a8715a4666ba458a7e2d79c6832930df6
2   "name": "iosMath",
3   "version": "0.7.2",
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.7.2"
20   },
21   "source_files": "iosMath/**/*.{h,m}",
22   "private_header_files": [
23     "iosMath/render/*Internal.h",
24     "iosMath/render/MTFontMathTable.h"
25   ],
26   "resources": [
27     "fonts/*.otf",
28     "fonts/*.plist"
29   ],
30   "frameworks": [
31     "CoreGraphics",
32     "QuartzCore",
33     "CoreText",
34     "UIKit"
35   ],
36   "requires_arc": true