We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1779bcc commit 6412421Copy full SHA for 6412421
test/change_podfile.py
@@ -53,7 +53,7 @@ def addSwiftPod():
53
"""
54
keep_source_code_for_prebuilt_frameworks!
55
56
-pod "RxCocoa", :binary => true
+pod "RxCocoa", "~> 4.0", :binary => true
57
pod "Literal", :binary => true
58
"""),
59
@@ -70,7 +70,7 @@ def revertToSourceCode():
70
71
72
73
74
pod "Literal"
75
76
0 commit comments