Compare commits

..

1 Commits

Author SHA1 Message Date
mrustaa 74647ef9ba 1.0.6 2020-06-10 13:34:15 +03:00
+2 -1
View File
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'ContainerControllerSwift'
s.version = '1.0.5'
s.version = '1.0.6'
s.summary = 'This is a swipe-panel from application: https://www.apple.com/ios/maps/'
# This description is used to generate tags and improve search results.
@@ -28,6 +28,7 @@ TODO: Add long description of the pod here.
s.author = { 'mrustaa' => 'rustamburger@gmail.com' }
s.source = { :git => 'https://github.com/mrustaa/ContainerController.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.swift-version = "5.0"
# s.ios.deployment_target = '13.0'
s.platform = :ios, "13.0"