blob: e60618076e521f1bc3034fe0ffcff32044af2ff8 [file] [log] [blame]
{
"name": "YQModelStore",
"version": "0.0.1",
"summary": "基于coredata对数据持久化的简单封装.",
"homepage": "https://github.com/a770322699/YQModelStore",
"license": "MIT",
"authors": {
"YiQuan": "770322699@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/a770322699/YQModelStore.git",
"tag": "0.0.1"
},
"source_files": "YQModelStore/**/*.{h,m}",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true
}