{ "name": "TSSmalCoacopods", "version": "0.1.0", "summary": "Lightweight library for doing project basics.", "description": "TSSmalCoacopods is a lightweight library that provides essential utilities for iOS development, including network requests, UI components, and third-party integrations like SVProgressHUD, ObjectMapper, SnapKit, Kingfisher, and Alamofire.", "homepage": "https://github.com/MG.Max/TSSmalCoacopods", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "MG.Max": "MG.Max@hubgit.cn" }, "source": { "git": "https://github.com/MG.Max/TSSmalCoacopods.git", "tag": "0.1.0" }, "platforms": { "ios": "14.0" }, "swift_versions": "5.0", "source_files": "TSSmalCoacopods/Classes/**/*", "frameworks": [ "UIKit", "Foundation" ], "dependencies": { "ObjectMapper": [ "~> 4.2" ], "SnapKit": [], "Kingfisher": [ "7.10.0" ], "Alamofire": [], "SVProgressHUD": [] }, "swift_version": "5.0" }