blob: 53770dd946c99024b7d39e1176cc18ba8921a8b2 [file] [log] [blame]
{
"name": "ZVRefresh",
"version": "0.0.2",
"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.2"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"ZVRefresh/Utils/*.swift",
"ZVRefresh/ZVRefresh.h"
]
}
]
}