blob: c7736e29e536f32d386d416ee70086ee711206f5 [file] [log] [blame]
{
"name": "APLiOSFrameworkExtensions",
"version": "0.0.1",
"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_version": "4.0",
"authors": {
"Carsten Schlobohm": "carsten.schlobohm@apploft.de"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/apploft/APLiOSFrameworkExtensions.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}