blob: 0d1885174c6db9ea94ab419dec0efbe866272424 [file] [log] [blame]
{
"name": "ATList",
"version": "0.2.3",
"summary": "Quick configuration pull-down refresh, pull-up loading, blank page, for 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.2.3"
},
"source_files": "ATList/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
],
"ATBlank": [
],
"ATCategories": [
]
}
}