blob: 88f0d32a535edfa9ff8a3144860289a5d8ea9dfb [file] [log] [blame]
{
"name": "UniversalDataSource",
"version": "1.0.1",
"summary": "A universal implement of both UITableViewDataSource and UICollectionViewDataSource.",
"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.",
"homepage": "https://github.com/cookay/UniversalDataSource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cookay": "cookay@live.cn"
},
"source": {
"git": "https://github.com/cookay/UniversalDataSource.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UniversalDataSource/Classes/**/*.swift",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}