[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 6 / ATList / 0.1.2 / ATList.podspec.json
blobcfda9f7d38b65cfb68fbf8376914975cc7b1da0e
2   "name": "ATList",
3   "version": "0.1.2",
4   "summary": "快速配置下拉刷新、上拉加载、空白页,适用于 UITableView、UICollectionView、UIScrollView",
5   "homepage": "https://github.com/ablettchen/ATList",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ablettchen": "ablettchen@gmail.com"
12   },
13   "social_media_url": "https://weibo.com/ablettchen",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ablettchen/ATList.git",
19     "tag": "0.1.2"
20   },
21   "source_files": "ATList/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "MJRefresh": [
26     ],
27     "ATBlank": [
29     ]
30   }