[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 3 / a / 6 / TLRefresh / 1.0.0 / TLRefresh.podspec.json
blob27e9dc94f5eb0f80091733bf09332208a870c9ff
2   "name": "TLRefresh",
3   "version": "1.0.0",
4   "summary": "针对UItableview和UICollectionView的上拉加载,下拉刷新的类库",
5   "description": "\"上拉加载,下拉刷新,在swift中使用超级简单,只需一行代码,就能加入这个功能,API简单易用\"",
6   "homepage": "https://github.com/TLOpenSpring/TLRefresh",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrew": "anluanlu123@163.com"
13   },
14   "source": {
15     "git": "https://github.com/TLOpenSpring/TLRefresh.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TLRefresh/**/*",
22   "resource_bundles": {
23     "TLRefresh": [
24       "TLRefresh/Assets/*.png"
25     ]
26   },
27   "dependencies": {
28     "Willow": [
29       "~> 1.1.0"
30     ]
31   }