We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82996b5 commit cc28873Copy full SHA for cc28873
RMJSONPatch.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
#
17
18
s.name = "RMJSONPatch"
19
- s.version = "1.1"
+ s.version = "1.0.2"
20
s.summary = "JSONPatch is a swift library for applying and generating RFC-6902 compliant JSON patches."
21
s.module_name = "JSONPatch"
22
@@ -133,7 +133,7 @@ Pod::Spec.new do |s|
133
# you can include multiple dependencies to ensure it works.
134
135
# s.requires_arc = true
136
- s.swift_version = "4.2"
+ # s.swift_version = "4.2"
137
138
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
139
# s.dependency "JSONKit", "~> 1.4"
0 commit comments