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