123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "TSSmalCoacopods",
- "version": "1.0.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": "1.0.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"
- }
|