blob: 94974917935ec4d9123cf662f39b3a68d61dae3f [file] [log] [blame]
{
"name": "LCEssentials",
"version": "0.4.6",
"summary": "This is a repository of essential scripts written in Swift for Loverde Co.",
"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!",
"homepage": "https://github.com/loverde-co/LCEssentials",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Daniel Arantes Loverde": "daniel@loverde.com.br"
},
"source": {
"git": "https://github.com/loverde-co/LCEssentials.git",
"tag": "0.4.6"
},
"swift_versions": "4.0",
"platforms": {
"watchos": "5.0",
"ios": "10.0"
},
"ios": {
"source_files": [
"LCEssentials/Classes/*.{swift}",
"LCEssentials/PickerViews/*.{swift}",
"LCEssentials/Notifications/*.{swift}",
"LCEssentials/ImageZoom/*.{swift}",
"LCEssentials/ImagePicker/*.{swift}"
],
"resources": [
"LCEssentials/PickerViews/Storyboards/*.{storyboard}",
"LCEssentials/Notifications/Storyboard/*.{storyboard}",
"LCEssentials/Notifications/Storyboard/*.{png}",
"LCEssentials/ImageZoom/Storyboard/*.{storyboard}",
"LCEssentials/ImagePicker/Storyboard/*.{storyboard}"
]
},
"watchos": {
"source_files": "LCEssentials/Classes/*.{swift}"
},
"subspecs": [
{
"name": "Classes",
"source_files": "LCEssentials/Classes/*.{swift}",
"watchos": {
"source_files": "LCEssentials/Classes/*.{swift}"
}
},
{
"name": "PickerViews",
"source_files": [
"LCEssentials/Classes/*.{swift}",
"LCEssentials/PickerViews/*.{swift}"
],
"ios": {
"resources": [
"LCEssentials/PickerViews/Storyboards/*.{storyboard}"
]
}
},
{
"name": "Notifications",
"source_files": [
"LCEssentials/Classes/*.{swift}",
"LCEssentials/Notifications/*.{swift}"
],
"ios": {
"resources": [
"LCEssentials/Notifications/Storyboards/*.{storyboard}",
"LCEssentials/Notifications/Storyboard/*.{png}"
]
}
}
],
"swift_version": "4.0"
}