[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / e / LCEssentials / 0.5.8 / LCEssentials.podspec.json
blob2c263aed9627b5e3bb3f649b0f5eef209c3d985b
2   "name": "LCEssentials",
3   "version": "0.5.8",
4   "summary": "This is a repository of essential scripts written in Swift for Loverde Co.",
5   "description": "This is a repository of essential scripts written in Swift for Loverde Co. used to save time on re-writing and keeping it on all other projects. So this Cocoapods will evolve with Swift and will improve with every release!",
6   "homepage": "https://github.com/loverde-co/LCEssentials",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Daniel Arantes Loverde": "daniel@loverde.com.br"
13   },
14   "source": {
15     "git": "https://github.com/loverde-co/LCEssentials.git",
16     "tag": "0.5.8"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "watchos": "5.0",
21     "ios": "11.4"
22   },
23   "ios": {
24     "source_files": [
25       "Sources/LCEssentials/Classes/*.{swift}",
26       "Sources/LCEssentials/PickerViews/*.{swift}",
27       "Sources/LCEssentials/Notifications/*.{swift}",
28       "Sources/LCEssentials/ImageZoom/*.{swift}",
29       "Sources/LCEssentials/ImagePicker/*.{swift}",
30       "Sources/LCEssentials/HUDAlert/*.{swift}"
31     ],
32     "resources": [
33       "Sources/LCEssentials/PickerViews/Storyboards/*.{storyboard}",
34       "Sources/LCEssentials/Notifications/Storyboard/*.{storyboard}",
35       "Sources/LCEssentials/Notifications/Storyboard/*.{png}",
36       "Sources/LCEssentials/ImageZoom/Storyboard/*.{storyboard}",
37       "Sources/LCEssentials/ImagePicker/Storyboard/*.{storyboard}",
38       "Sources/LCEssentials/HUDAlert/Storyboard/*.{storyboard}"
39     ]
40   },
41   "watchos": {
42     "source_files": "Sources/LCEssentials/Classes/*.{swift}"
43   },
44   "subspecs": [
45     {
46       "name": "Classes",
47       "source_files": "Sources/LCEssentials/Classes/*.{swift}",
48       "watchos": {
49         "source_files": "Sources/LCEssentials/Classes/*.{swift}"
50       }
51     },
52     {
53       "name": "PickerViews",
54       "source_files": [
55         "Sources/LCEssentials/Classes/*.{swift}",
56         "Sources/LCEssentials/PickerViews/*.{swift}"
57       ],
58       "ios": {
59         "resources": [
60           "Sources/LCEssentials/PickerViews/Storyboards/*.{storyboard}"
61         ]
62       }
63     },
64     {
65       "name": "Notifications",
66       "source_files": [
67         "Sources/LCEssentials/Classes/*.{swift}",
68         "Sources/LCEssentials/Notifications/*.{swift}"
69       ],
70       "ios": {
71         "resources": [
72           "Sources/LCEssentials/Notifications/Storyboards/*.{storyboard}",
73           "Sources/LCEssentials/Notifications/Storyboard/*.{png}"
74         ]
75       }
76     },
77     {
78       "name": "ImageZoom",
79       "source_files": [
80         "Sources/LCEssentials/Classes/*.{swift}",
81         "Sources/LCEssentials/ImageZoom/*.{swift}"
82       ],
83       "ios": {
84         "resources": [
85           "Sources/LCEssentials/ImageZoom/Storyboard/*.{storyboard}"
86         ]
87       }
88     },
89     {
90       "name": "ImagePicker",
91       "source_files": [
92         "Sources/LCEssentials/Classes/*.{swift}",
93         "Sources/LCEssentials/ImagePicker/*.{swift}"
94       ],
95       "ios": {
96         "resources": [
97           "Sources/LCEssentials/ImagePicker/Storyboard/*.{storyboard}"
98         ]
99       }
100     },
101     {
102       "name": "HUDAlert",
103       "source_files": [
104         "Sources/LCEssentials/Classes/*.{swift}",
105         "Sources/LCEssentials/HUDAlert/*.{swift}"
106       ],
107       "ios": {
108         "resources": [
109           "Sources/LCEssentials/HUDAlert/Storyboard/*.{storyboard}"
110         ]
111       }
112     }
113   ],
114   "swift_version": "5.0"