blob: 58dfbb85774d76bdd78f0fe370bb9e1427f5c209 [file] [log] [blame]
{
"name": "PFMDB",
"version": "1.0",
"summary": "A package of FMDB to save data like CoreData.",
"description": "一个轻量级的将FMDB封装成面向对象存储框架,类似于JAVA的Hibernate",
"homepage": "https://github.com/hzw598/PFMDB",
"license": "MIT",
"authors": {
"hzw598": "hzw598@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hzw598/PFMDB.git",
"tag": "1.0"
},
"source_files": "PFMDB/lib/*.{h,m}",
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}