blob: 7a74f024a811fcee36c1d4b673009c3418546835 [file] [log] [blame]
{
"name": "MRBullet",
"version": "0.0.1",
"summary": "一个小型的弹幕库,集成弹幕效果,方便集成使用.",
"description": "本着学习、研究的态度,封装一个小的弹幕库。实现弹幕的可配置性,使用简洁。版本会一直优化迭代,尽量提升灵活度。",
"homepage": "https://github.com/CrazyRoy/MRBullet",
"license": "MIT",
"authors": {
"CrazyRoy": "897323459@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CrazyRoy/MRBullet.git",
"tag": "0.0.1"
},
"source_files": [
"MRBullet/Resources/**/*.{jpg,png}",
"MRBullet/Classes/**/*.{h,m}"
],
"requires_arc": true
}