blob: 683071b82a5d3c1743b9a06a4e117fa514e400da [file] [log] [blame]
{
"name": "SFBaseKit",
"version": "2.1.0",
"summary": "Commonly used utilities and extensions, not-contained in native iOS frameworks.",
"description": "This framework includes Utils, Extensions, BaseClasses and Coordinator approach. Could be used among all projects.",
"homepage": "https://github.com/scalefocus/SFBaseKit",
"license": {
"type": "MIT",
"file": "../LICENSE.md"
},
"authors": {
"Scalefocus": "code@upnetix.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/scalefocus/SFBaseKit.git",
"tag": "2.1.0"
},
"source_files": [
"SFBaseKit",
"SFBaseKit/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"swift_version": "5.0"
}