blob: 4ee022db1b62f48cd54b86a220d2c2fc25709137 [file] [log] [blame]
{
"name": "YDCoreDataManager",
"version": "0.0.2",
"summary": "Easy to use CoreData.",
"description": "It is a tool for coreData to operation,written by Objective-C.",
"homepage": "https://github.com/yao996186979/YDCoreDataManager.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yaodong": "1248170343@qq.com"
},
"source": {
"git": "https://github.com/yao996186979/YDCoreDataManager.git",
"tag": "0.0.2"
},
"source_files": [
"YDCoreDataManager",
"*.{h,m}"
],
"requires_arc": true,
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
}
}