add full-size tap

This commit is contained in:
zbydonuts
2018-04-10 10:42:30 +09:00
parent a6e2d4009e
commit bf9ebb8bcb
6 changed files with 28 additions and 17 deletions
+2 -10
View File
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'LabelSwitch'
s.version = '0.1.2'
s.version = '0.1.3'
s.summary = 'Switch with label in background'
# This description is used to generate tags and improve search results.
@@ -26,17 +26,9 @@ TODO: Add long description of the pod here.
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'cookiezby@gmail.com' => 'cookiezby@gmail.com' }
s.source = { :git => 'https://github.com/Cookiezby/LabelSwitch.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.swift_version = '4.0'
s.ios.deployment_target = '9.0'
s.source_files = 'LabelSwitch/Classes/**/*'
# s.resource_bundles = {
# 'LabelSwitch' => ['LabelSwitch/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end