[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 9 / 5 / iosMath / 0.6.3 / iosMath.podspec.json
blob6bd486e34f7371bc221e46fde0165eaf9e03cb7a
2   "name": "iosMath",
3   "version": "0.6.3",
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.6.3"
20   },
21   "source_files": "iosMath/**/*.{h,m}",
22   "private_header_files": "iosMath/render/MTFontMetrics.h",
23   "resources": "MathFontBundle/*.otf",
24   "frameworks": [
25     "CoreGraphics",
26     "QuartzCore",
27     "CoreText",
28     "UIKit"
29   ],
30   "requires_arc": true