We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57115ea commit 108a1f7Copy full SHA for 108a1f7
Mappable.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Mappable'
3
- s.version = '1.0'
+ s.version = '1.1'
4
s.summary = 'JSON Object mapping, supporting `let` properties.'
5
6
s.description = <<-DESC
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
s.swift_version = "4.0"
17
s.ios.deployment_target = '8.0'
18
s.osx.deployment_target = '10.10'
19
-
+
20
# s.test_spec 'Tests' do |test_spec|
21
# test_spec.source_files = 'Tests/**/*.swift'
22
# end
0 commit comments