blob: 2b84e02ddd973c36676a10f798430ff13e1e9aa8 [file] [log] [blame]
{
"name": "SFBaseKit",
"version": "2.0.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": "SFBaseKit/LICENSE"
},
"authors": {
"Scalefocus": "code@upnetix.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/scalefocus/SFBaseKit.git",
"tag": "2.0.0"
},
"source_files": [
"SFBaseKit",
"SFBaseKit/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"swift_version": "5.0"
}