[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 9 / 5 / iosMath / 0.7.1 / iosMath.podspec.json
blob9177831dbe471c9455b2092408eec70c39a7f70b
2   "name": "iosMath",
3   "version": "0.7.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.7.1"
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