We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c4063 commit cd50a28Copy full SHA for cd50a28
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
@@ -91,7 +91,7 @@ def addDifferentNamePod():
91
92
pod "Masonry", :binary => true
93
94
-pod "lottie-ios", :binary => true
+pod "lottie-ios", "~> 2.5", :binary => true
95
96
97
import Masonry
@@ -110,7 +110,7 @@ def addSubPod():
110
111
112
113
114
pod "AFNetworking/Reachability", :binary => true
115
""") ,
116
0 commit comments