This commit is contained in:
mrustaa
2020-06-09 21:13:04 +03:00
parent c1e2ea383d
commit aa81409c48
74 changed files with 6202 additions and 9 deletions
+5 -5
View File
@@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'ContainerControllerSwift'
s.version = '0.1.0'
s.summary = 'A short description of ContainerControllerSwift.'
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.
# * Think: What does it do? Why did you write it? What is the focus?
@@ -21,16 +21,16 @@ Pod::Spec.new do |s|
TODO: Add long description of the pod here.
DESC
s.homepage = 'https://github.com/rustamburger@gmail.com/ContainerControllerSwift'
s.homepage = 'https://github.com/mrustaa/ContainerController'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'rustamburger@gmail.com' => 'rustamburger@gmail.com' }
s.source = { :git => 'https://github.com/rustamburger@gmail.com/ContainerControllerSwift.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/mrustaa/ContainerController.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '8.0'
s.ios.deployment_target = '13.0'
s.source_files = 'ContainerControllerSwift/Classes/**/*'
s.source_files = 'ContainerControllerSwift/*.{swift}'
# s.resource_bundles = {
# 'ContainerControllerSwift' => ['ContainerControllerSwift/Assets/*.png']