[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 2 / 0 / RZFileManager / 0.0.5 / RZFileManager.podspec.json
blob7e9796d8e06a61d49a1076f7d8f5ec995aa6c2ca
2   "name": "RZFileManager",
3   "version": "0.0.5",
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.5"
20   },
21   "source_files": "RZFileManager/RZFileManager/**/*.{h,m}",
22   "resources": "RZFileManager/RZFileManager/**/*.{bundle}",
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "RZFMDB": [
29     ]
30   },
31   "prefix_header_contents": "#import <UIKit/UIKit.h>\n#import <Foundation/Foundation.h>"