2 "name": "UniversalDataSource",
4 "summary": "A universal implement of both UITableViewDataSource and UICollectionViewDataSource.",
5 "description": "This is inspired by the famous issue \"Lighter View Controllers\" at objc.cn, and originally written in Objective-C.\nAlong with the evolution of Swift, I found it could be more flexible and provide more friendly API.\nSo here it is.",
6 "homepage": "https://github.com/cookay/UniversalDataSource",
12 "cookay": "cookay@live.cn"
15 "git": "https://github.com/cookay/UniversalDataSource.git",
21 "source_files": "UniversalDataSource/Classes/**/*.swift",
22 "frameworks": "UIKit",
23 "pushed_with_swift_version": "3.0"