blob: a551d05b31aac0365c8b53d4cfec9367c1deb38e [file] [log] [blame]
{
"name": "MERNoticeBar",
"version": "0.0.1",
"summary": "A simple NoticeBar that can automatically disappear with animation.",
"description": "A NoticeBar similar with QQ Navigationbar notice view,written by Objective-C.",
"homepage": "https://github.com/Mervin1024/MERNoticeBar",
"license": "MIT",
"authors": {
"马遥": "mervin1024@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Mervin1024/MERNoticeBar.git",
"tag": "0.0.1"
},
"source_files": [
"MERNoticeBar",
"MERNoticeBar/NoticeBar/*.{h,m}"
],
"resources": "MERNoticeBar/NoticeBar/*.bundle",
"frameworks": "UIKit"
}