[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 1 / 6 / WolfViews / 3.0.0 / WolfViews.podspec.json
blob2333f268147d672ba21228372a27cddc5215521b
2   "name": "WolfViews",
3   "version": "3.0.0",
4   "summary": "Direct subclasses of iOS views implementing useful patterns, and various utility views.",
5   "homepage": "https://github.com/wolfmcnally/WolfViews",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Wolf McNally": "wolf@wolfmcnally.com"
12   },
13   "source": {
14     "git": "https://github.com/wolfmcnally/WolfViews.git",
15     "tag": "3.0.0"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.14",
21     "tvos": "12.0"
22   },
23   "ios": {
24     "source_files": [
25       "WolfViews/Classes/Shared/**/*",
26       "WolfViews/Classes/iOS/**/*",
27       "WolfViews/Classes/iOSShared/**/*",
28       "WolfViews/Classes/AppleShared/**/*"
29     ],
30     "resources": "WolfViews/Assets/iOS/*"
31   },
32   "osx": {
33     "source_files": [
34       "WolfViews/Classes/Shared/**/*",
35       "WolfViews/Classes/macOS/**/*",
36       "WolfViews/Classes/AppleShared/**/*"
37     ]
38   },
39   "tvos": {
40     "source_files": [
41       "WolfViews/Classes/Shared/**/*",
42       "WolfViews/Classes/tvOS/**/*",
43       "WolfViews/Classes/iOSShared/**/*",
44       "WolfViews/Classes/AppleShared/**/*"
45     ]
46   },
47   "module_name": "WolfViews",
48   "dependencies": {
49     "WolfFoundation": [
51     ],
52     "WolfNesting": [
54     ],
55     "WolfColor": [
57     ],
58     "WolfLocale": [
60     ],
61     "WolfStrings": [
63     ],
64     "WolfConcurrency": [
66     ],
67     "WolfWith": [
69     ],
70     "WolfAutolayout": [
72     ],
73     "WolfGeometry": [
75     ],
76     "WolfImage": [
78     ],
79     "WolfAnimation": [
81     ],
82     "WolfApp": [
84     ],
85     "WolfCache": [
87     ],
88     "WolfOSBridge": [
90     ]
91   }