Prepare 3.0.2 release
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'SwiftDate'
|
||||
spec.version = '3.0.1'
|
||||
spec.version = '3.0.2'
|
||||
spec.summary = 'Swift library to easily manage dates; also with varying time zones, calendars and locales'
|
||||
spec.homepage = 'https://github.com/malcommac/SwiftDate'
|
||||
spec.license = { :type => 'MIT', :file => 'LICENSE' }
|
||||
@@ -14,4 +14,4 @@ spec.summary = 'Swift library to easily manage dates; also with varying time zon
|
||||
spec.tvos.deployment_target = '9.0'
|
||||
spec.requires_arc = true
|
||||
spec.module_name = 'SwiftDate'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user