From f73460cccd062fcfbe192128f3b787f632cb58a7 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Tue, 22 Nov 2016 14:41:22 +0300 Subject: [PATCH] [Update] TUCalendar (1.1.0) --- TUCalendar/1.1.0/TUCalendar.podspec | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 TUCalendar/1.1.0/TUCalendar.podspec diff --git a/TUCalendar/1.1.0/TUCalendar.podspec b/TUCalendar/1.1.0/TUCalendar.podspec new file mode 100644 index 0000000..29147e1 --- /dev/null +++ b/TUCalendar/1.1.0/TUCalendar.podspec @@ -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 \ No newline at end of file