[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / e / LCEssentials / 0.2.12.4 / LCEssentials.podspec.json
blob968efae0bbffa0873a3144470fcf9b6dbd8bf249
2   "name": "LCEssentials",
3   "version": "0.2.12.4",
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.2.12.4"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "watchos": "5.0",
21     "ios": "10.0"
22   },
23   "ios": {
24     "source_files": [
25       "LCEssentials/LCEssentials/Classes/*.{swift}",
26       "LCEssentials/LCEssentials/PickerViews/*.{swift}",
27       "LCEssentials/LCEssentials/Notifications/*.{swift}"
28     ],
29     "resources": [
30       "LCEssentials/LCEssentials/PickerViews/Storyboards/*.{storyboard}",
31       "LCEssentials/LCEssentials/Notifications/Storyboard/*.{storyboard}",
32       "LCEssentials/LCEssentials/Notifications/Storyboard/*.{png}"
33     ]
34   },
35   "watchos": {
36     "source_files": "LCEssentials/LCEssentials/Classes/*.{swift}"
37   }