| { |
| "name": "SJiOSMath", |
| "version": "0.0.3", |
| "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": "8.0" |
| }, |
| "source": { |
| "git": "https://gitee.com/jingelaile/SJiOSMath.git", |
| "tag": "0.0.3" |
| }, |
| "source_files": "SJiOSMath/**/*.{h,m}", |
| "private_header_files": "SJiOSMath/render/internal/*.h", |
| "resource_bundles": { |
| "mathFonts": [ |
| "SJiOSMath/fonts/*.otf", |
| "SJiOSMath/fonts/*.plist" |
| ] |
| }, |
| "frameworks": [ |
| "CoreGraphics", |
| "QuartzCore", |
| "CoreText" |
| ], |
| "ios": { |
| "frameworks": "UIKit" |
| }, |
| "osx": { |
| "frameworks": "AppKit" |
| }, |
| "requires_arc": true |
| } |