blob: 129678b220da8781a56483e3b80500981b365737 [file] [log] [blame]
{
"name": "JFDataSource",
"version": "0.0.1",
"summary": "A simple way to create dataSource and delegate for UITableView and UICollectionView",
"homepage": "https://github.com/hxwxww/JFDataSource",
"license": "MIT",
"authors": {
"hxwxww": "hxwxww@163.com"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/hxwxww/JFDataSource.git",
"tag": "0.0.1"
},
"source_files": "JFDataSource/JFDataSource/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5.0"
}