[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 0 / 8 / HZPlaceHolder / 1.2.2 / HZPlaceHolder.podspec.json
blob3884ef440b9dd885f1c888a1a58fc6bb1ddec0b8
2   "name": "HZPlaceHolder",
3   "version": "1.2.2",
4   "license": "MIT",
5   "summary": "Quickly create a null data placeholder view",
6   "homepage": "https://github.com/Boxzhi/HZPlaceHolder",
7   "authors": {
8     "HeZhizhi": "coderhzz@163.com"
9   },
10   "social_media_url": "https://www.jianshu.com/u/9767e7dda727",
11   "source": {
12     "git": "https://github.com/Boxzhi/HZPlaceHolder.git",
13     "tag": "1.2.2"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "swift_versions": "5.0",
21   "static_framework": true,
22   "subspecs": [
23     {
24       "name": "PlaceHolderView",
25       "source_files": "HZPlaceHolder/PlaceHolderView/*.swift"
26     },
27     {
28       "name": "Refresh",
29       "source_files": "HZPlaceHolder/Refresh/*.swift",
30       "dependencies": {
31         "MJRefresh": [
33         ]
34       }
35     }
36   ],
37   "swift_version": "5.0"