[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 8 / 4 / RMDownloadAdapter / 0.1.1 / RMDownloadAdapter.podspec.json
blobdeed752807770cd6251e8abfcb5ab770ca53f383
2   "name": "RMDownloadAdapter",
3   "version": "0.1.1",
4   "summary": "Object and Data async downloader with progress and completion handler",
5   "description": "Async Object Downloader using URL - converted to ObjC object or returning NSData.  Easy to use and includes cache with a user set size.  Concurrent downloads are allowed and cancelling one won't cancel the other.  Example Project included for some help, and Unit Tests are included as well'",
6   "homepage": "https://github.com/rjmiller2543/RMDownloadAdapter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rjmiller2543": "MBA11"
13   },
14   "source": {
15     "git": "https://github.com/rjmiller2543/RMDownloadAdapter.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RMDownloadAdapter/Classes/**/*"