[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / a / b / 0 / Cache / 1.5.1 / Cache.podspec.json
bloba53fd5329137f158741c05568d22407dc88c7058
2   "name": "Cache",
3   "summary": "Nothing but cache.",
4   "version": "1.5.1",
5   "homepage": "https://github.com/hyperoslo/Cache",
6   "license": "MIT",
7   "authors": {
8     "Hyper Interaktiv AS": "ios@hyper.no"
9   },
10   "source": {
11     "git": "https://github.com/hyperoslo/Cache.git",
12     "tag": "1.5.1"
13   },
14   "social_media_url": "https://twitter.com/hyperoslo",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.2"
19   },
20   "requires_arc": true,
21   "ios": {
22     "source_files": "Source/{iOS,Shared}/**/*"
23   },
24   "osx": {
25     "source_files": "Source/{Mac,Shared}/**/*"
26   },
27   "tvos": {
28     "source_files": "Source/{iOS,Shared}/**/*"
29   },
30   "frameworks": "Foundation",
31   "dependencies": {
32     "CryptoSwift": [
34     ]
35   }