[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 2 / 0 / RZFileManager / 0.0.2 / RZFileManager.podspec.json
blob1ddad0e726e995df3e6a544c7fea31fa4b3ca7cc
2   "name": "RZFileManager",
3   "version": "0.0.2",
4   "summary": "文件下载及缓存数据到数据库和本地的管理",
5   "description": "对文件的下载及数据库保存",
6   "homepage": "https://github.com/rztime/RZFileManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rztime": "rztime@vip.qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/rztime/RZFileManager.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "RZFileManager/RZFileManager/**/*.{h,m}",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "RZFMDB": [
28     ]
29   },
30   "prefix_header_contents": "#import <UIKit/UIKit.h>\n#import <Foundation/Foundation.h>"