blob: ffc9c2fa6ad3d7f715fdca839c0bcb056855f577 [file] [log] [blame]
{
"name": "MaLiang",
"version": "1.0.0",
"summary": "MaLiang is a painting Framework based on OpenGL ES.",
"description": "The name of \"MaLiang\" comes from a boy who had a magical brush in Chinese ancient fairy story.",
"homepage": "https://github.com/harley-xk/MaLiang",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"harley-xk": "halrey.gb@foxmail.com"
},
"source": {
"git": "https://github.com/harley-xk/MaLiang.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MaLiang/Classes/**/*",
"resource_bundles": {
"MaLiang": [
"MaLiang/Resources/*"
]
}
}