[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / e / LCEssentials / 0.8.5 / LCEssentials.podspec.json
blob756183881596daa0979bc4fe5fac97b170ceef2d
2   "name": "LCEssentials",
3   "version": "0.8.5",
4   "summary": "This is a repository of essential algorithm written in Swift for Loverde Co.",
5   "description": "This is a repository of essential algorithm 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.8.5"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "15.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   },
30   "pod_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "user_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "subspecs": [
37     {
38       "name": "Classes",
39       "source_files": "Sources/LCEssentials/Classes/*.{swift}"
40     },
41     {
42       "name": "ImageZoom",
43       "source_files": [
44         "Sources/LCEssentials/Classes/*.{swift}",
45         "Sources/LCEssentials/ImageZoom/*.{swift}"
46       ]
47     },
48     {
49       "name": "ImagePicker",
50       "source_files": [
51         "Sources/LCEssentials/Classes/*.{swift}",
52         "Sources/LCEssentials/ImagePicker/*.{swift}"
53       ]
54     },
55     {
56       "name": "HUDAlert",
57       "source_files": [
58         "Sources/LCEssentials/Classes/*.{swift}",
59         "Sources/LCEssentials/HUDAlert/*.{swift}"
60       ]
61     }
62   ],
63   "swift_version": "5.0"