[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 9 / 2 / AnyDataCache / 0.1.1 / AnyDataCache.podspec.json
blob39fe32290b641e9411c2d1272fc24da248672299
2   "name": "AnyDataCache",
3   "version": "0.1.1",
4   "summary": "A simple data caching framework based on Realm database.",
5   "description": "'This datacaching library has following features: 1. Caching data on background thread. 2. You can set expiry time and it will delete data automatically after expiry time. 3. You can specify disk space in MBs and library will automatically delete old items if disk spce is more than the limit set. 4. You can mark an item for \"autodelete\" which is by default true. So it is set to false, librery wont delete such items and will wait for your instructions to delete them.'",
6   "homepage": "https://github.com/vijayendra-tripathi/AnyDataCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vijayendra Tripathi": "vijayendra.t.inbox@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vijayendra-tripathi/AnyDataCache.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/vijayendra_t",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "AnyDataCache/Classes/**/*",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "RealmSwift": [
27       "~> 4.3.1"
28     ]
29   },
30   "swift_version": "5.0"