blob: af940b1aec7b29fbedab48345574d217506172c0 [file] [log] [blame]
{
"name": "ATList",
"version": "0.1.3",
"summary": "快速配置下拉刷新、上拉加载、空白页,适用于 UITableView、UICollectionView、UIScrollView",
"homepage": "https://github.com/ablettchen/ATList",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ablettchen": "ablettchen@gmail.com"
},
"social_media_url": "https://weibo.com/ablettchen",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ablettchen/ATList.git",
"tag": "0.1.3"
},
"source_files": "ATList/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
],
"ATBlank": [
]
}
}