[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 8 / f / e / Carlos / 0.4 / Carlos.podspec.json
blob6c885632acb076652bac43f62359be940dbaf1ed
2   "name": "Carlos",
3   "version": "0.4",
4   "summary": "A simple but flexible cache.",
5   "description": "Carlos is a small set of classes, global functions and convenience operators to realize custom, flexible and powerful cache layers in your iOS, Watch OS 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.4"
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   "ios": {
23     "source_files": [
24       "Carlos/*.swift",
25       "Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
26     ]
27   },
28   "watchos": {
29     "source_files": [
30       "Carlos/*.swift",
31       "Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
32     ],
33     "exclude_files": "Carlos/MemoryWarning.swift"
34   },
35   "osx": {
36     "source_files": [
37       "Carlos/*.swift",
38       "CarlosMac/*.swift",
39       "Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
40     ],
41     "exclude_files": [
42       "Carlos/MemoryWarning.swift",
43       "Carlos/*+iOS.swift"
44     ]
45   },
46   "tvos": {
47     "source_files": [
48       "Carlos/*.swift",
49       "Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
50     ],
51     "exclude_files": "Carlos/Transformers.swift"
52   }