Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmitrevski committed Jul 19, 2018
1 parent a648c5d commit 3ede0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GirdersSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'GirdersSwift'
s.version = '0.2.6'
s.version = '0.2.7'
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.2.6' }
s.source = { :git => 'https://github.com/netceteragroup/GirdersSwift.git', :tag => '0.2.7' }
s.requires_arc = true
s.swift_version = "4.1"
s.module_name = 'GirdersSwift'
Expand Down

0 comments on commit 3ede0d4

Please sign in to comment.