[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / e / 8 / DACache / 0.1.0 / DACache.podspec.json
blob6a2d3a9b231160658e33dde144d77f9baf9f998b
2   "name": "DACache",
3   "version": "0.1.0",
4   "summary": "DACache is a simple cache manager that simplifies caching of data to the file system.",
5   "description": "This simple cache manager will allow you to cache files in memory and on the file system at the same time. You use it as a dictionary, if you have files cached in memory it will use them, otherwise, it will try and fetch them from the disk. Using file caching is optional.",
6   "homepage": "https://github.com/dagostini/DACache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dejan Agostini": "dejan.agostini@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dagostini/DACache.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/dagostin",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DACache/sources/**/*",
23   "pushed_with_swift_version": "3.0"