Skip to content

Commit 3dd4c97

Browse files
Sebastian GomezSebastian Gomez
authored andcommitted
podspec updated
1 parent d6ddac5 commit 3dd4c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftModelMapper.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SwiftModelMapper"
4-
s.version = "0.1"
4+
s.version = "0.2"
55
s.summary = "SwiftModelMapper - Transform from Dictionary to a desired object and the other way."
66
s.homepage = "https://github.com/sebastian989/SwiftModelMapper"
77
s.license = { :type => "MIT", :file => "LICENSE" }
88
s.author = "Sebastián Gómez Osorio, Leonardo Armero Barbosa"
9-
s.source = { :git => "https://github.com/sebastian989/SwiftModelMapper.git", :tag => "0.1" }
9+
s.source = { :git => "https://github.com/sebastian989/SwiftModelMapper.git", :tag => "0.2" }
1010
s.source_files = "SwiftModelMapper", "SwiftModelMapper/*.{swift}"
1111
s.frameworks = 'UIKit'
1212
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)