[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 8 / f / XLRefresh / 1.0.1 / XLRefresh.podspec.json
blob9eb3411763c329f6e6e877348433ee11ae026d8d
2   "name": "XLRefresh",
3   "version": "1.0.1",
4   "summary": "简版上下拉刷新组件",
5   "description": "基于MJRefresh的上下拉刷新组件,支持自定义gif动画和gifView",
6   "homepage": "https://github.com/OPTJoker/XLRefresh",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "张祥龙": "https://github.com/OPTJoker"
13   },
14   "source": {
15     "git": "https://github.com/OPTJoker/XLRefresh.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "XLRefresh/Classes/*.{h,m}",
23     "XLRefresh/Classes/XLRefresh/*.{h,m}"
24   ],
25   "resources": "XLRefresh/Resources/XLRefresh.bundle",
26   "public_header_files": [
27     "XLRefresh/Classes/*.h",
28     "XLRefresh/Classes/XLRefresh/*.h"
29   ]