Skip to content

Commit 2400229

Browse files
committed
podspec 0.3
1 parent 298b8fe commit 2400229

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

YMDatePicker.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |spec|
22
spec.name = "YMDatePicker"
3-
spec.version = "0.2"
3+
spec.version = "0.3"
44
spec.summary = "The calendar-style date picker with weekly and monthly mode"
55
spec.homepage = "https://github.com/jyu0414/YMDatePicker"
66
spec.license = { :type => 'MIT', :file => 'LICENSE' }
77
spec.author = { "Masakaz Ozaki" => "[email protected]" }
8-
spec.source = { :git => "https://github.com/jyu0414/YMDatePicker.git", :tag => "v0.2" }
9-
spec.source_files = "Sources/**/*.{swift,xib,h}"
10-
spec.resources = "Sources/**/*.{json,png}"
8+
spec.source = { :git => "https://github.com/jyu0414/YMDatePicker.git", :tag => "v0.3" }
9+
spec.source_files = "Sources/**/*.{swift,h}"
10+
spec.resources = "Sources/**/*.{json,png,xib}"
1111
spec.swift_version = "5.1"
1212
spec.platform = :ios, "11.0"
1313
spec.frameworks = "UIKit"

0 commit comments

Comments
 (0)