blob: e44168191ea6e1b1113fb9044cbd909acde5be59 [file] [log] [blame]
{
"name": "HZPlaceHolder",
"version": "1.0.3",
"license": "MIT",
"summary": "Quickly create a null data placeholder view",
"homepage": "https://github.com/Boxzhi/HZPlaceHolder",
"authors": {
"HeZhizhi": "coderhzz@163.com"
},
"social_media_url": "https://www.jianshu.com/u/9767e7dda727",
"source": {
"git": "https://github.com/Boxzhi/HZPlaceHolder.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "10.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0",
"subspecs": [
{
"name": "PlaceHolderView",
"source_files": "Example/Source/PlaceHolderView/*.swift"
},
{
"name": "Refresh",
"source_files": "Example/Source/Refresh/*.swift",
"dependencies": {
"MJRefresh": [
]
}
}
]
}