[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / e / LCEssentials / 0.7.5 / LCEssentials.podspec.json
blob5df65e892dc5c56f6939b393ef8cc543f07f0e2a
2   "name": "LCEssentials",
3   "version": "0.7.5",
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.7.5"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "ios": {
23     "source_files": [
24       "Sources/LCEssentials/Classes/*.{swift}",
25       "Sources/LCEssentials/HUDAlert/*.{swift}",
26       "Sources/LCEssentials/ImageZoom/*.{swift}",
27       "Sources/LCEssentials/ImagePicker/*.{swift}"
28     ],
29     "resource_bundles": {
30       "LCEssentials": [
31         "Sources/LCEssentials/Classes/*.{swift}",
32         "Sources/LCEssentials/HUDAlert/*.{swift}",
33         "Sources/LCEssentials/ImageZoom/*.{swift}",
34         "Sources/LCEssentials/ImagePicker/*.{swift}"
35       ]
36     }
37   },
38   "subspecs": [
39     {
40       "name": "Classes",
41       "source_files": "Sources/LCEssentials/Classes/*.{swift}"
42     },
43     {
44       "name": "ImageZoom",
45       "source_files": [
46         "Sources/LCEssentials/Classes/*.{swift}",
47         "Sources/LCEssentials/ImageZoom/*.{swift}"
48       ]
49     },
50     {
51       "name": "ImagePicker",
52       "source_files": [
53         "Sources/LCEssentials/Classes/*.{swift}",
54         "Sources/LCEssentials/ImagePicker/*.{swift}"
55       ]
56     },
57     {
58       "name": "HUDAlert",
59       "source_files": [
60         "Sources/LCEssentials/Classes/*.{swift}",
61         "Sources/LCEssentials/HUDAlert/*.{swift}"
62       ]
63     }
64   ],
65   "swift_version": "5.0"