File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ PODS:
28
28
- CwlPreconditionTesting (~> 2.2.0)
29
29
- ObjectMapper (4.4.2)
30
30
- ObjectMapperAdditions/Core (14.0.0):
31
- - ObjectMapper
31
+ - ObjectMapper (>= 4.4.2)
32
32
- RoutableLogger (>= 12.0)
33
33
- ObjectMapperAdditions/Realm (14.0.0):
34
- - ObjectMapper
34
+ - ObjectMapper (>= 4.4.2)
35
35
- ObjectMapperAdditions/Core
36
36
- RealmSwift (< 20.0)
37
37
- RoutableLogger (>= 12.0)
@@ -83,7 +83,7 @@ SPEC CHECKSUMS:
83
83
CwlPreconditionTesting: 67a0047dd4de4382b93442c0e3f25207f984f35a
84
84
Nimble: 317d713c30c3336dd8571da1889f7ec3afc626e8
85
85
ObjectMapper: e6e4d91ff7f2861df7aecc536c92d8363f4c9677
86
- ObjectMapperAdditions: bf113600375554fd43b14f275379632c7a74723c
86
+ ObjectMapperAdditions: e571ea03eaa55bea1375a99f033dfa06403d40ac
87
87
Quick: b8bec97cd4b9f21da0472d45580f763b801fc353
88
88
Realm: 5383a96518b1dbff38b3403330e1d2e27f25c17c
89
89
RealmSwift: 87fd7ca547e4cbbfbe0be2b0b2fb1ac7b95753e2
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'ObjectMapperAdditions'
11
- s . version = '14.0.0 '
11
+ s . version = '14.0.1 '
12
12
s . summary = 'ObjectMapper Extensions and Transforms'
13
13
14
14
# This description is used to generate tags and improve search results.
@@ -30,10 +30,9 @@ Pod::Spec.new do |s|
30
30
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
31
31
32
32
s . ios . deployment_target = '13.0'
33
- s . osx . deployment_target = '10.13 '
33
+ s . osx . deployment_target = '12.0 '
34
34
s . tvos . deployment_target = '12.0'
35
35
s . watchos . deployment_target = '5.0'
36
- s . swift_versions = [ '5' ]
37
36
38
37
# 1.12.0: Ensure developers won't hit CocoaPods/CocoaPods#11402 with the resource
39
38
# bundle for the privacy manifest.
@@ -42,7 +41,7 @@ Pod::Spec.new do |s|
42
41
43
42
s . default_subspec = 'Core'
44
43
s . frameworks = 'Foundation'
45
- s . dependency 'ObjectMapper' # , '>= 4.3.1 '
44
+ s . dependency 'ObjectMapper' , '>= 4.4.2 '
46
45
s . dependency 'RoutableLogger' , '>= 12.0'
47
46
48
47
s . subspec 'Core' do |core |
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ base_dir=$(dirname "$0")
4
4
cd " $base_dir "
5
5
6
6
# Pushing latest version to cocoapods
7
- pod trunk push --allow-warnings --verbose
7
+ pod trunk push --allow-warnings --use-libraries -- verbose
You can’t perform that action at this time.
0 commit comments