[Update] TUCalendar (1.1.0)

This commit is contained in:
Ivan Smolin 2016-11-22 14:41:22 +03:00
parent 6d2eb58cb5
commit f73460cccd
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
Pod::Spec.new do |s|
s.name = 'TUCalendar'
s.version = '1.1.0'
s.summary = 'A short description of TUCalendar.'
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = 'https://github.com/petropavel13/TUCalendar'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Ivan Smolin' => 'ivan.smolin@touchin.ru' }
s.source = { :git => 'https://github.com/petropavel13/TUCalendar.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'TUCalendar/TUCalendar/**/*'
# s.resource_bundles = {
# 'TUCalendar' => ['TUCalendar/TUCalendar/Resources/**/*.ttf']
# }
s.public_header_files = 'TUCalendar/TUCalendar/**/*.h'
s.frameworks = 'UIKit'
s.dependency 'UIColor+Hex', '1.0.1'
end