blob: b2315c5e28434a65fa57bfa03055763383ea08ab [file] [log] [blame]
{
"name": "iosMathFork",
"version": "1.0.0",
"summary": "Math equation rendering for iOS and OS X",
"description": "iosMath 与 SDWebImage 有冲突,修改源码发布的pod",
"homepage": "https://github.com/huangluloveTing/iosMathFork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huanglu": "583699255@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/huangluloveTing/iosMathFork.git",
"tag": "1.0.0"
},
"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"
},
"requires_arc": true
}