blob: 830ace31902d93d4dd16f0e02acd9190c1d5371d [file] [log] [blame]
{
"name": "CNToast-OC",
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://git.oschina.net/congni/CNToastView.git",
"authors": {
"葱泥": "983818495@qq.com"
},
"summary": "toast提示",
"description": "A longer description of U in Markdown format.\n\n* toast提示,支持富文本\n* pod使用方法: pod \"CNToast-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://git.oschina.net/congni/CNToastView.git",
"tag": "1.0"
},
"requires_arc": true,
"source_files": "CNToast-OC/*.{h,m}",
"public_header_files": "CNToast-OC/*.{h}",
"dependencies": {
"YYText": [
]
}
}