blob: d5b61c5339306340fb15631c48dc9f4f01e487bc [file] [log] [blame]
{
"name": "UtilsKit",
"version": "1.0.3",
"license": {
"type": "Copyright",
"text": " Copyright 2012 - 2019 RGMC . All rights reserved.\n"
},
"homepage": "https://github.com/rgmc95/UtilsKit",
"authors": "Romain Gjura & Michael Coqueret",
"summary": "Swift Utilities",
"swift_versions": "5.1",
"source": {
"git": "https://github.com/rgmc95/UtilsKit.git",
"tag": "1.0.3"
},
"default_subspecs": "Core",
"platforms": {
"ios": "10.0"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"UtilsKit/Helpers/**/*.{h,m,swift}",
"UtilsKit/UI/**/*.{h,m,swift}"
]
},
{
"name": "CoreExtension",
"dependencies": {
"UtilsKit/Core": [
]
},
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "APP_EXTENSION"
}
},
{
"name": "CoreData",
"dependencies": {
"UtilsKit/Core": [
]
},
"source_files": "UtilsKit/CoreData/**/*.{h,m,swift}"
},
{
"name": "Network",
"dependencies": {
"UtilsKit/CoreData": [
]
},
"source_files": "UtilsKit/Network/**/*.{h,m,swift}"
}
],
"swift_version": "5.1"
}