[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / f / e / Carlos / 0.9.1 / Carlos.podspec.json
blob4a8a7fe0cfbcd0555c5e565bca7715429b07c6d0
2   "name": "Carlos",
3   "version": "0.9.1",
4   "summary": "A simple but flexible cache.",
5   "description": "Carlos is a small set of classes convenience operators to realize custom, flexible and powerful cache layers in your iOS, watchOS 2, tvOS and Mac OS X applications.",
6   "homepage": "https://github.com/WeltN24/Carlos",
7   "license": "MIT",
8   "authors": {
9     "Vittorio Monaco": "vittorio.monaco1@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/WeltN24/Carlos.git",
13     "tag": "0.9.1"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "watchos": "2.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "PiedPiper": [
22       "~> 0.10.1"
23     ]
24   },
25   "ios": {
26     "source_files": [
27       "Carlos/*.swift",
28       "Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
29     ]
30   },
31   "watchos": {
32     "source_files": [
33       "Carlos/*.swift",
34       "Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
35     ],
36     "exclude_files": "Carlos/MemoryWarning.swift"
37   },
38   "pushed_with_swift_version": "3.0"