blob: daf18fbec34db738a4b62d1d175822aba046183a [file] [log] [blame]
{
"name": "RollingNotice",
"version": "1.0.0",
"summary": "A rolling banner, custom cell like UITableViewCell supported",
"description": "A rolling banner for iOS, you can custom cell for it. Just similar as UITableView",
"homepage": "https://github.com/maltsugar/RollingNotice",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zgy": "173678978@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/maltsugar/RollingNotice.git",
"tag": "1.0.0"
},
"source_files": [
"GYRollingNoticeView",
"RollingNotice/GYRollingNoticeView/*.{h,m}"
],
"frameworks": "UIKit"
}