blob: 883592d0bc68372ce563e70d17a8b0e2d6778c27 [file] [log] [blame]
{
"name": "YALTableViewDataSource",
"version": "0.0.2",
"summary": "A pattern for tableViewDataSource protocol to reduce the codes in a large Controller",
"description": "datasource dataSource A pattern for tableViewDataSource protocol to reduce the codes in a large Controller",
"homepage": "https://github.com/Iwiii/YALTableViewDataSource.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"于玮": "ywcoone@163.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/Iwiii/YALTableViewDataSource.git",
"tag": "0.0.2"
},
"source_files": "Sources/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}