blob: 701832defebe97aebf383f748cba347e5884ab13 [file] [log] [blame]
{
"name": "WYLCoreDataTableView",
"version": "1.0.7",
"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.7"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "WYLCoreDataTableViewDemo/WYLCoreDataTableView/WYLCoreDataTableView/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"CoreData"
]
}