blob: a5dfd3efb1a3511639e79dca6b14a11148046630 [file] [log] [blame]
{
"name": "iosMath",
"version": "0.9.4",
"summary": "Math equation rendering for iOS and OS X",
"description": "iosMath is a library for typesetting math formulas in iOS and OS X 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/MacOS applications.",
"homepage": "https://github.com/kostub/iosMath",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kostub Deshmukh": "kostub@gmail.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/kostub/iosMath.git",
"tag": "0.9.4"
},
"source_files": "iosMath/**/*.{h,m}",
"private_header_files": "iosMath/render/internal/*.h",
"resource_bundles": {
"mathFonts": [
"fonts/*.otf",
"fonts/*.plist"
]
},
"frameworks": [
"CoreGraphics",
"QuartzCore",
"CoreText"
],
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"requires_arc": true
}