blob: 91ab9152c67113515d30afce57700556fba7f13d [file] [log] [blame]
{
"name": "iosMath",
"version": "0.7.0",
"summary": "Math equation rendering for iOS.",
"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.",
"homepage": "https://github.com/kostub/iosMath",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kostub Deshmukh": "kostub@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/kostub/iosMath.git",
"tag": "0.7.0"
},
"source_files": "iosMath/**/*.{h,m}",
"private_header_files": [
"iosMath/render/*Internal.h",
"iosMath/render/MTFontMathTable.h"
],
"resources": [
"fonts/*.otf",
"fonts/*.plist"
],
"frameworks": [
"CoreGraphics",
"QuartzCore",
"CoreText",
"UIKit"
],
"requires_arc": true
}