blob: ff93d4aae6f608720473fdc8847037a13efc7088 [file] [log] [blame]
{
"name": "ZVRefresh",
"version": "0.0.1",
"summary": "swift 下拉刷新控件",
"description": "Swift 版本的下拉刷新空间",
"homepage": "https://github.com/lvoion/ZVRefresh.git",
"swift_version": "4.2",
"license": "MIT",
"authors": {
"lvoion": "shx_yi@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lvoion/ZVRefresh.git",
"tag": "0.0.1"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"ZVRefresh/**/*.swift",
"ZVRefresh/ZVRefresh.h"
]
}
]
}