[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / e / LCEssentials / 0.3.1 / LCEssentials.podspec.json
blob4ed83ac04790fa287f212498a5d05f99a7997a64
2   "name": "LCEssentials",
3   "version": "0.3.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.3.1"
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     ],
34     "resources": [
35       "LCEssentials/PickerViews/Storyboards/*.{storyboard}",
36       "LCEssentials/Notifications/Storyboard/*.{storyboard}",
37       "LCEssentials/Notifications/Storyboard/*.{png}"
38     ]
39   },
40   "watchos": {
41     "source_files": "LCEssentials/Classes/*.{swift}"
42   },
43   "swift_version": "4.0"