[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 2 / 0 / RZFileManager / 0.0.1 / RZFileManager.podspec.json
blobc8e46388687b3d5c3972efe1c480b31792371053
2   "name": "RZFileManager",
3   "version": "0.0.1",
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.1"
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>"