Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit 0d8c1dd

Browse files
author
Ilya Brin
committed
remove JSONModel dependency from podspec
1 parent 40b0999 commit 0d8c1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IterableSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ Pod::Spec.new do |s|
128128
# s.requires_arc = true
129129

130130
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
131-
s.dependency "JSONModel", "~> 1.1.0"
131+
# s.dependency "JSONModel", "~> 1.1.0"
132132

133133
end

0 commit comments

Comments
 (0)