[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / f / e / Carlos / 0.3.0 / Carlos.podspec.json
blob5d3f23e05f31314302b71e4a7878ac6984696540
2   "name": "Carlos",
3   "version": "0.3.0",
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 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.3.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "ios": {
21     "source_files": [
22       "Carlos/*.swift",
23       "Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
24     ]
25   },
26   "osx": {
27     "source_files": [
28       "Carlos/*.swift",
29       "CarlosMac/*.swift",
30       "Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
31     ],
32     "exclude_files": [
33       "Carlos/MemoryWarning.swift",
34       "Carlos/*+iOS.swift"
35     ]
36   }