[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / e / LCEssentials / 0.4.6.1 / LCEssentials.podspec.json
blob9869e391ce3d579a2fc157fed49d8feff2017d13
2   "name": "LCEssentials",
3   "version": "0.4.6.1",
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.4.6.1"
17   },
18   "swift_versions": "4.0",
19   "platforms": {
20     "watchos": "5.0",
21     "ios": "10.0"
22   },
23   "ios": {
24     "source_files": [
25       "LCEssentials/Classes/*.{swift}",
26       "LCEssentials/PickerViews/*.{swift}",
27       "LCEssentials/Notifications/*.{swift}",
28       "LCEssentials/ImageZoom/*.{swift}",
29       "LCEssentials/ImagePicker/*.{swift}"
30     ],
31     "resources": [
32       "LCEssentials/PickerViews/Storyboards/*.{storyboard}",
33       "LCEssentials/Notifications/Storyboard/*.{storyboard}",
34       "LCEssentials/Notifications/Storyboard/*.{png}",
35       "LCEssentials/ImageZoom/Storyboard/*.{storyboard}",
36       "LCEssentials/ImagePicker/Storyboard/*.{storyboard}"
37     ]
38   },
39   "watchos": {
40     "source_files": "LCEssentials/Classes/*.{swift}"
41   },
42   "subspecs": [
43     {
44       "name": "Classes",
45       "source_files": "LCEssentials/Classes/*.{swift}",
46       "watchos": {
47         "source_files": "LCEssentials/Classes/*.{swift}"
48       }
49     },
50     {
51       "name": "PickerViews",
52       "source_files": [
53         "LCEssentials/Classes/*.{swift}",
54         "LCEssentials/PickerViews/*.{swift}"
55       ],
56       "ios": {
57         "resources": [
58           "LCEssentials/PickerViews/Storyboards/*.{storyboard}"
59         ]
60       }
61     },
62     {
63       "name": "Notifications",
64       "source_files": [
65         "LCEssentials/Classes/*.{swift}",
66         "LCEssentials/Notifications/*.{swift}"
67       ],
68       "ios": {
69         "resources": [
70           "LCEssentials/Notifications/Storyboards/*.{storyboard}",
71           "LCEssentials/Notifications/Storyboard/*.{png}"
72         ]
73       }
74     }
75   ],
76   "swift_version": "4.0"