[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 1 / d / 3 / HYDownloadManager / 1.0.3 / HYDownloadManager.podspec.json
blobc8af0ff4c20c99edd9f8623d59434b81bca9af02
2   "name": "HYDownloadManager",
3   "version": "1.0.3",
4   "summary": "A tool downloads file with memory cache, temporary cache and permanent store.",
5   "homepage": "https://github.com/wuhui519/HYDownloadManager",
6   "authors": {
7     "wuhui519": "wuhui519@gmail.com"
8   },
9   "source": {
10     "git": "https://github.com/wuhui519/HYDownloadManager.git",
11     "tag": "1.0.3"
12   },
13   "source_files": "HYDownloadManagerPod/*.{h,m}",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "license": "MIT",
18   "requires_arc": true,
19   "dependencies": {
20     "EGOCache": [
21       "~> 2.0"
22     ],
23     "AFNetworking": [
24       "~> 3.0"
25     ]
26   }