Skip to content

Commit cc28873

Browse files
author
Raymond McCrae
committed
Update version of podspec 1.0.2
1 parent 82996b5 commit cc28873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RMJSONPatch.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "RMJSONPatch"
19-
s.version = "1.1"
19+
s.version = "1.0.2"
2020
s.summary = "JSONPatch is a swift library for applying and generating RFC-6902 compliant JSON patches."
2121
s.module_name = "JSONPatch"
2222

@@ -133,7 +133,7 @@ Pod::Spec.new do |s|
133133
# you can include multiple dependencies to ensure it works.
134134

135135
# s.requires_arc = true
136-
s.swift_version = "4.2"
136+
# s.swift_version = "4.2"
137137

138138
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
139139
# s.dependency "JSONKit", "~> 1.4"

0 commit comments

Comments
 (0)