# # Be sure to run `pod lib lint TSSmalCoacopods.podspec' to ensure this is a # valid spec before submitting. # # Any lines starting with a # are optional, but their use is encouraged # To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html # Pod::Spec.new do |s| s.name = 'TSSmalCoacopods' s.version = '0.1.0' s.summary = 'Lightweight library for doing project basics.' s.description = <<-DESC 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. DESC s.homepage = 'https://github.com/MG.Max/TSSmalCoacopods' s.summary = 'Lightweight library for doing project basics.' # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'MG.Max' => 'MG.Max@hubgit.cn' } s.source = { :git => 'https://github.com/MG.Max/TSSmalCoacopods.git', :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' s.ios.deployment_target = '14.0' s.swift_version = '5.0' s.source_files = 'TSSmalCoacopods/Classes/**/*' # s.resources = ['TSSmalCoacopods/Classes/ThirdParty/SVProgressHUD/SVProgressHUD.bundle'] #s.resource_bundles = {'SVProgressHUD' => ['TSSmalCoacopods/Classes/ThirdParty/SVProgressHUD/SVProgressHUD.bundle']} #s.resource_bundles = { # 'TSSmalCoacopods' => [ # 'GirlyPods/Assets/*.xcassets', # 'GirlyPods/Assets/Resources/*' # ] #} #s.public_header_files = 'Pod/Classes/**/*.h' s.frameworks = 'UIKit', 'Foundation' s.dependency 'ObjectMapper', '~> 4.2' s.dependency 'SnapKit' s.dependency 'Kingfisher', '7.10.0' s.dependency 'Alamofire' s.dependency 'SVProgressHUD' end