[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 6 / ATList / 0.3.8 / ATList.podspec.json
blob0c7d3d92bff826310aa1e20700a0fc5e08cf1790
2   "name": "ATList",
3   "version": "0.3.8",
4   "summary": "Quick configuration pull-down refresh, pull-up loading, blank page, for 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.3.8"
20   },
21   "source_files": "ATList/Classes/**/*",
22   "resource_bundles": {
23     "ATList": [
24       "ATList/Assets/*.xcassets"
25     ]
26   },
27   "requires_arc": true,
28   "dependencies": {
29     "MJRefresh": [
31     ],
32     "ATBlank": [
34     ],
35     "ATCategories": [
37     ],
38     "Reachability": [
40     ]
41   }