add full-size tap
This commit is contained in:
+2
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user