@@ -53,7 +53,7 @@ def addSwiftPod():
53
53
"""
54
54
keep_source_code_for_prebuilt_frameworks!
55
55
56
- pod "RxCocoa", :binary => true
56
+ pod "RxCocoa", '~> 4.0', :binary => true
57
57
pod "Literal", :binary => true
58
58
""" ),
59
59
"""
@@ -70,7 +70,7 @@ def revertToSourceCode():
70
70
"""
71
71
keep_source_code_for_prebuilt_frameworks!
72
72
73
- pod "RxCocoa", :binary => true
73
+ pod "RxCocoa", '~> 4.0', :binary => true
74
74
pod "Literal"
75
75
""" ),
76
76
"""
@@ -91,7 +91,7 @@ def addDifferentNamePod():
91
91
92
92
pod "Masonry", :binary => true
93
93
pod "Literal", :binary => true
94
- pod "lottie-ios", :binary => true
94
+ pod "lottie-ios", "~> 2.5", :binary => true
95
95
""" ),
96
96
"""
97
97
import Masonry
@@ -110,7 +110,7 @@ def addSubPod():
110
110
"""
111
111
pod "Masonry", :binary => true
112
112
pod "Literal", :binary => true
113
- pod "lottie-ios", :binary => true
113
+ pod "lottie-ios", "~> 2.5", :binary => true
114
114
pod "AFNetworking/Reachability", :binary => true
115
115
""" ) ,
116
116
"""
0 commit comments