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 6586f40 commit cdc913aCopy full SHA for cdc913a
test/change_podfile.py
@@ -143,18 +143,18 @@ def multiplePlatforms():
143
return (wrapper(
144
"""
145
pod "Literal", :binary => true
146
-pod "AFNetworking/Reachability", :binary => true
+pod "AFNetworking/Serialization", :binary => true
147
end
148
149
target 'BinaryWatch Extension' do
150
-pod ""Literal""
+pod "AFNetworking/Serialization"
151
""") ,
152
153
import Literal
154
import AFNetworking
155
""",
156
157
-import Literal
+import AFNetworking
158
159
)
160
0 commit comments