[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 7 / a / LLRefresh / 0.0.6 / LLRefresh.podspec.json
blob0a318f5363b99e0f35c8fa1ef9f97826ad9a2ae1
2   "name": "LLRefresh",
3   "version": "0.0.6",
4   "summary": "One line of code sets the pull-up to refresh and load more based on MJRefresh.",
5   "description": "一行代码设置iOS TableView 或者 CollectionView下拉刷新上拉加载",
6   "homepage": "https://github.com/kevll/LLRefresh",
7   "license": "MIT",
8   "authors": {
9     "kevll": "kevliule@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/kevll/LLRefresh.git",
16     "tag": "0.0.6"
17   },
18   "source_files": "LLRefresh/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "MJRefresh": [
23     ]
24   }