Prepare 3.0.2 release

This commit is contained in:
daniele margutti
2016-02-15 21:21:58 +01:00
parent 55f080cd62
commit 2b1db4e596
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -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