blob: 6792d445c74a3b4255ecf1b2bc6cc0fcbaa4a22a [file] [log] [blame]
{
"name": "PagingButton",
"version": "0.1.0",
"summary": "这是一个左右分页按钮的集合视图控件",
"description": "\"这是一个左右分页按钮的集合视图控件。用于快速编写出集合视图上分页多按钮点击事件!\"",
"homepage": "https://github.com/yfming93/PagingButton",
"screenshots": "https://ws1.sinaimg.cn/large/cb81ffe8gy1fhstd8u6mpg20ag0lbdqf.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"袁凤鸣": "yfmingo@163.com"
},
"social_media_url": "https://www.yfmingo.cn",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yfming93/PagingButton.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.8.0"
]
}
}