| { |
| "name": "XLRefresh", |
| "version": "1.0.1", |
| "summary": "简版上下拉刷新组件", |
| "description": "基于MJRefresh的上下拉刷新组件,支持自定义gif动画和gifView", |
| "homepage": "https://github.com/OPTJoker/XLRefresh", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "张祥龙": "https://github.com/OPTJoker" |
| }, |
| "source": { |
| "git": "https://github.com/OPTJoker/XLRefresh.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": [ |
| "XLRefresh/Classes/*.{h,m}", |
| "XLRefresh/Classes/XLRefresh/*.{h,m}" |
| ], |
| "resources": "XLRefresh/Resources/XLRefresh.bundle", |
| "public_header_files": [ |
| "XLRefresh/Classes/*.h", |
| "XLRefresh/Classes/XLRefresh/*.h" |
| ] |
| } |