blob: 0a4a6c872fa0f12f4d62aae0433ee0c3309c6c93 [file] [log] [blame]
{
"name": "UtilsKit",
"version": "2.0.2",
"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": "2.0.2"
},
"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"
}
}
],
"swift_version": "5.1"
}