blob: 70fbcb851a2a022a2949719940a5eb7aec63e9b7 [file] [log] [blame]
{
"name": "APLiOSFrameworkExtensions",
"version": "0.2.4",
"summary": "A collection of extensions, helper methods and functions etc.",
"description": "A collection of extensions, helper methods and functions etc. made with Swift. This is meant to serve as basic toolbox for app projects.",
"homepage": "https://github.com/apploft/APLiOSFrameworkExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"authors": {
"Carsten Schlobohm": "carsten.schlobohm@apploft.de",
"Tino Rachui": "tino.rachui@apploft.de",
"Stephan Lerner": "stephan.lerner@apploft.de"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/apploft/APLiOSFrameworkExtensions.git",
"tag": "0.2.4"
},
"source_files": [
"Classes",
"Classes/**/*"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"swift_version": "5.0"
}