[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 0 / e / JGRefresh / 1.2.1 / JGRefresh.podspec.json
blob1541f47db3eadb1e2be86b3f29a1b7e4d527b5a5
2   "name": "JGRefresh",
3   "version": "1.2.1",
4   "summary": "Some classes and class category commonly used in iOS rapid development",
5   "description": "Some classes and class category commonly used in iOS rapid development.",
6   "homepage": "https://gitee.com/elegzh/JGRefresh.git",
7   "license": "MIT",
8   "authors": {
9     "Jo": "elegzh@gmail.com"
10   },
11   "source": {
12     "git": "https://gitee.com/elegzh/JGRefresh.git",
13     "tag": "1.2.1"
14   },
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "JGRefresh/Source/*.{h,m,swift}",
22     "JGRefresh/Source/**/*.{h,m,swift}"
23   ],
24   "dependencies": {
25     "EmptyDataSet-Swift": [
26       "~> 5.0.0"
27     ],
28     "MJRefresh": [
29       ">= 3.4.3"
30     ]
31   },
32   "public_header_files": "JGRefresh/Source/JGRefresh-Bridging-Header.h",
33   "swift_version": "5.0"