We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ddac5 commit 3dd4c97Copy full SHA for 3dd4c97
SwiftModelMapper.podspec
@@ -1,12 +1,12 @@
1
Pod::Spec.new do |s|
2
3
s.name = "SwiftModelMapper"
4
- s.version = "0.1"
+ s.version = "0.2"
5
s.summary = "SwiftModelMapper - Transform from Dictionary to a desired object and the other way."
6
s.homepage = "https://github.com/sebastian989/SwiftModelMapper"
7
s.license = { :type => "MIT", :file => "LICENSE" }
8
s.author = "Sebastián Gómez Osorio, Leonardo Armero Barbosa"
9
- s.source = { :git => "https://github.com/sebastian989/SwiftModelMapper.git", :tag => "0.1" }
+ s.source = { :git => "https://github.com/sebastian989/SwiftModelMapper.git", :tag => "0.2" }
10
s.source_files = "SwiftModelMapper", "SwiftModelMapper/*.{swift}"
11
s.frameworks = 'UIKit'
12
s.ios.deployment_target = '8.0'
0 commit comments