[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / 1 / c / 7 / SwiftfulCache / 0.1.0 / SwiftfulCache.podspec.json
blob77a1291469c819810dfc1b88c8b508ef73dc7810
2   "name": "SwiftfulCache",
3   "version": "0.1.0",
4   "summary": "Swift wrapper for NSCache",
5   "description": "'Swift volatile and persistent cache. It allows your app to use NSCache only using pure Swift.'",
6   "homepage": "https://github.com/vigotskij/SwiftfulCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Boris Sortino": "boris.sortino@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vigotskij/SwiftfulCache.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://linkedin.com/in/bsortino/",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "13.0"
22   },
23   "source_files": "Sources/*.swift",
24   "swift_versions": "5.2",
25   "swift_version": "5.2"