[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / f / e / Carlos / 0.7 / Carlos.podspec.json
blobfe43feb1eb7a45549325756ab5c657dd1d566fc9
2   "name": "Carlos",
3   "version": "0.7",
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": "Carlos-0.7"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "PiedPiper": [
24       "~> 0.7"
25     ]
26   },
27   "ios": {
28     "source_files": [
29       "Carlos/*.swift",
30       "Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
31     ]
32   },
33   "watchos": {
34     "source_files": [
35       "Carlos/*.swift",
36       "Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
37     ],
38     "exclude_files": "Carlos/MemoryWarning.swift"
39   },
40   "osx": {
41     "source_files": [
42       "Carlos/*.swift",
43       "CarlosMac/*.swift",
44       "Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
45     ],
46     "exclude_files": [
47       "Carlos/MemoryWarning.swift",
48       "Carlos/*+iOS.swift"
49     ]
50   },
51   "tvos": {
52     "source_files": [
53       "Carlos/*.swift",
54       "Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
55     ],
56     "exclude_files": "Carlos/Transformers.swift"
57   }