[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / e / LCEssentials / 0.3.2 / LCEssentials.podspec.json
blobd00751bab963f697d8b3c2f3108bc3c2e98d9fb3
2   "name": "LCEssentials",
3   "version": "0.3.2",
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.3.2"
17   },
18   "swift_versions": "4.0",
19   "dependencies": {
20     "Alamofire": [
22     ]
23   },
24   "platforms": {
25     "watchos": "5.0",
26     "ios": "10.0"
27   },
28   "ios": {
29     "source_files": [
30       "LCEssentials/Classes/*.{swift}",
31       "LCEssentials/PickerViews/*.{swift}",
32       "LCEssentials/Notifications/*.{swift}",
33       "LCEssentials/ImageZoom/*.{swift}"
34     ],
35     "resources": [
36       "LCEssentials/PickerViews/Storyboards/*.{storyboard}",
37       "LCEssentials/Notifications/Storyboard/*.{storyboard}",
38       "LCEssentials/Notifications/Storyboard/*.{png}",
39       "LCEssentials/ImageZoom/Storyboard/*.{storyboard}"
40     ]
41   },
42   "watchos": {
43     "source_files": "LCEssentials/Classes/*.{swift}"
44   },
45   "swift_version": "4.0"