[Delete] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / d / 0 / f / Johnny / 1.0 / Johnny.podspec.json
blobfbcc433d7408df52e31a052b020814275715242d
2   "name": "Johnny",
3   "version": "1.0",
4   "summary": "Melodic Caching in Swift",
5   "homepage": "https://github.com/zolomatok/Johnny",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Zoltán Matók": "bellamycpt@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/zolomatok/Johnny.git",
14     "tag": "1.0"
15   },
16   "requires_arc": true,
17   "module_name": "Johnny",
18   "platforms": {
19     "osx": "10.10",
20     "ios": "8.0",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "osx": {
25     "source_files": [
26       "Johnny/*.swift",
27       "Johnny/Extensions/common/*.swift",
28       "Johnny/Extensions/macOS/*.swift"
29     ],
30     "frameworks": [
31       "AppKit",
32       "Foundation"
33     ]
34   },
35   "ios": {
36     "source_files": [
37       "Johnny/*.swift",
38       "Johnny/Extensions/*.swift",
39       "Johnny/Extensions/common/*.swift"
40     ],
41     "frameworks": [
42       "UIKit",
43       "Foundation"
44     ]
45   },
46   "tvos": {
47     "source_files": [
48       "Johnny/*.swift",
49       "Johnny/Extensions/*.swift",
50       "Johnny/Extensions/common/*.swift"
51     ],
52     "frameworks": [
53       "UIKit",
54       "Foundation"
55     ]
56   },
57   "watchos": {
58     "source_files": [
59       "Johnny/*.swift",
60       "Johnny/Extensions/common/*.swift",
61       "Johnny/Extensions/UIColor.swift",
62       "Johnny/Extensions/UIImage.swift"
63     ]
64   },
65   "dependencies": {
66     "AsyncSwift": [
68     ]
69   }