[Add] MappIntelligence 5.0.13
[CocoaPods.git] / Specs / e / 7 / a / LLRefresh / 0.0.7 / LLRefresh.podspec.json
blob5fad919b5a994c1506c955b3e28d385c6dfac857
2   "name": "LLRefresh",
3   "version": "0.0.7",
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.7"
17   },
18   "source_files": "LLRefresh/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "MJRefresh": [
23     ]
24   }