blob: 5b222ebcfb63f5535ddfdb7238fa2ef981229904 [file] [log] [blame]
{
"name": "WYLCoreDataTableView",
"version": "1.0.8",
"summary": "A NSFetchedResultController based on tableView",
"description": "A NSFetchedResultController based on tableView. 553836854@qq.com",
"homepage": "https://github.com/wangyanlong/WYLCoreDataTableView",
"license": "MIT",
"authors": {
"王颜龙": "553836854@qq.com"
},
"source": {
"git": "https://github.com/wangyanlong/WYLCoreDataTableView.git",
"tag": "1.0.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "WYLCoreDataTableViewDemo/WYLCoreDataTableView/WYLCoreDataTableView/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"CoreData"
]
}