| { |
| "name": "SFBaseKit", |
| "version": "2.2.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": "MIT", |
| "authors": { |
| "Scalefocus": "ios@scalefocus.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": "5.0", |
| "source": { |
| "git": "https://github.com/scalefocus/SFBaseKit.git", |
| "tag": "2.2.0" |
| }, |
| "source_files": "SFBaseKit/**/*.swift", |
| "swift_version": "5.0" |
| } |