blob: eb90da0c986eab08e9baf0d0357ce75ad89427c0 [file] [log] [blame]
{
"name": "CJFile",
"version": "0.0.7",
"summary": "文件操作的库(数据的缓存放在了CJNetwork/CJCacheManager)",
"homepage": "https://github.com/dvlproad/CJDatabase",
"description": "*、CJFMDBFileManager:一个不仅可以方便的操作数据库文件中的内容(增删改查),还可以方便的操作数据库文件(如创建、删除、重建)的库。\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.7"
},
"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}"
}
]
}