From 46643c46ec2a32408d4c7cc17e50cab1371b92f5 Mon Sep 17 00:00:00 2001 From: Yusuf Demirci Date: Sun, 2 May 2021 18:02:07 +0300 Subject: [PATCH] Update Tom.podspec --- Tom.podspec | 40 ++++++++++------------------------------ 1 file changed, 10 insertions(+), 30 deletions(-) diff --git a/Tom.podspec b/Tom.podspec index 7c22cce..e5245fa 100644 --- a/Tom.podspec +++ b/Tom.podspec @@ -1,42 +1,22 @@ -# -# Be sure to run `pod lib lint Tom.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 = 'Tom' - s.version = '0.1.0' - s.summary = 'A short description of Tom.' - -# This description is used to generate tags and improve search results. -# * Think: What does it do? Why did you write it? What is the focus? -# * Try to keep it short, snappy and to the point. -# * Write the description between the DESC delimiters below. -# * Finally, don't worry about the indent, CocoaPods strips it! - + s.version = '1.0.0' + s.summary = 'A smooth, moving equalizer view' s.description = <<-DESC -TODO: Add long description of the pod here. + Tom is a smooth, moving equilazer view written in Swift for iOS developers. + It is easy to make auido view now! DESC - s.homepage = 'https://github.com/demirciy/Tom' - # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' + s.homepage = 'https://github.com/Retro-Cartoons/Tom' + s.screenshots = 'https://media.giphy.com/media/OoC14F1Xz8QzmnCAeO/giphy.gif' s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { 'demirciy' => 'demirciy.software@gmail.com' } - s.source = { :git => 'https://github.com/demirciy/Tom.git', :tag => s.version.to_s } - # s.social_media_url = 'https://twitter.com/' + s.author = { 'Retro Cartoons' => 'demirciy.software@gmail.com' } + s.source = { :git => 'https://github.com/Retro-Cartoons/Tom.git', :tag => s.version.to_s } s.ios.deployment_target = '13.0' + s.swift_version = '5.0' s.source_files = 'Tom/Classes/**/*' - - # s.resource_bundles = { - # 'Tom' => ['Tom/Assets/*.png'] - # } - - # s.public_header_files = 'Pod/Classes/**/*.h' - # s.frameworks = 'UIKit', 'MapKit' - # s.dependency 'AFNetworking', '~> 2.3' + # s.resources = 'Tom/Assets/*' end