blob: e2e7d46dab155e5ebcc724da2f259aac2861deb6 [file] [log] [blame]
{
"name": "ATList",
"version": "0.3.6",
"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.3.6"
},
"source_files": "ATList/Classes/**/*",
"resource_bundles": {
"ATList": [
"ATList/Assets/*.xcassets"
]
},
"requires_arc": true,
"dependencies": {
"MJRefresh": [
],
"ATBlank": [
],
"ATCategories": [
]
}
}