blob: b4acf90a13912fcb388388c2666413021eca50f3 [file] [log] [blame]
{
"name": "CNToastView-OC",
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/congni/CNToastView.git",
"authors": {
"葱泥": "983818495@qq.com"
},
"summary": "toast提示",
"description": "A longer description of U in Markdown format.\n\n* toast提示,支持富文本\n* pod使用方法: pod \"CNToastView-OC\"\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/congni/CNToastView.git",
"tag": "1.0"
},
"requires_arc": true,
"source_files": "CNToast-OC/*.{h,m}",
"public_header_files": "CNToast-OC/*.{h}",
"dependencies": {
"YYText": [
]
}
}