Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitrevs committed Dec 18, 2018
1 parent 6550005 commit 31e61b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GirdersSwift.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'GirdersSwift'
s.version = '0.4.0'
s.version = '0.4.1'
s.summary = 'Girders for iOS, written in Swift.'
s.homepage = 'http://www.netcetera.com'
s.author = 'Netcetera'
s.description = 'A library that reduces development time for iOS Swift applications.'
s.platform = :ios, '9.0'
s.source = { :git => 'https://github.com/netceteragroup/GirdersSwift.git', :tag => '0.4.0' }
s.source = { :git => 'https://github.com/netceteragroup/GirdersSwift.git', :tag => '0.4.1' }
s.requires_arc = true
s.swift_version = "4.1"
s.module_name = 'GirdersSwift'
Expand Down

0 comments on commit 31e61b5

Please sign in to comment.