blob: 7084de53ec87f81a4011680e60664c75382a15a9 [file] [log] [blame]
{
"name": "XZMathEditor",
"version": "1.0.1",
"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.1"
},
"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"
]
}
}