blob: 1ddad0e726e995df3e6a544c7fea31fa4b3ca7cc [file] [log] [blame]
{
"name": "RZFileManager",
"version": "0.0.2",
"summary": "文件下载及缓存数据到数据库和本地的管理",
"description": "对文件的下载及数据库保存",
"homepage": "https://github.com/rztime/RZFileManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rztime": "rztime@vip.qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/rztime/RZFileManager.git",
"tag": "0.0.2"
},
"source_files": "RZFileManager/RZFileManager/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"RZFMDB": [
]
},
"prefix_header_contents": "#import <UIKit/UIKit.h>\n#import <Foundation/Foundation.h>"
}