blob: 7da13e422abc87fca04411fd1217ec7ce162804f [file] [log] [blame]
{
"name": "XZMathEditor",
"version": "1.0.3",
"summary": "MathEditor.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/xiaoMing0109/XZMathEditor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HotIcecream": "liuming_0109@163.com"
},
"source": {
"git": "https://github.com/xiaoMing0109/XZMathEditor.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "XZMathEditor/Classes/**/*",
"private_header_files": "XZMathEditor/Classes/internal/**/*.h",
"resource_bundles": {
"MTKeyboardResources": [
"XZMathEditor/Assets/**/*"
]
},
"frameworks": "UIKit",
"dependencies": {
"iosMath": [
"~> 0.9.3"
]
}
}