blob: 42b779214c5d54ab7094678263540768c45f530d [file] [log] [blame]
{
"name": "CJFile",
"version": "0.0.6",
"summary": "数据/文件操作的库",
"homepage": "https://github.com/dvlproad/CJDatabase",
"description": "*、CJFMDBFileManager:一个不仅可以方便的操作数据库文件中的内容(增删改查),还可以方便的操作数据库文件(如创建、删除、重建)的库。\n*、CJFileStorage:处理数据库保存或缓存。\n\n A longer description of CJPopupAction in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!",
"license": "MIT",
"authors": {
"dvlproad": "studyroad@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dvlproad/CJDatabase.git",
"tag": "CJFile_0.0.6"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJFMDBFileManager",
"source_files": "CJFile/CJFMDBFileManager/**/*.{h,m}",
"resources": "CJFile/CJFMDBFileManager/demofmdb.db",
"dependencies": {
"FMDB": [
"~> 2.6.2"
],
"CJFile/CJFileManager": [
]
}
},
{
"name": "CJFileManager",
"source_files": "CJFile/CJFileManager/**/*.{h,m}"
},
{
"name": "CJFileModel",
"source_files": "CJFile/CJFileModel/**/*.{h,m}"
},
{
"name": "CJFileStorage",
"source_files": "CJFile/CJFileStorage/**/*.{h,m}"
}
]
}