You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Kakapo.podspec
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="Kakapo"
3
-
s.version="0.1.0"
3
+
s.version="0.2.0"
4
4
s.summary="Dynamically Mock server behaviors and responses."
5
5
6
-
s.description=<<-DESC
6
+
s.description=<<-DESC
7
7
Dynamically Mock server behaviors and responses.
8
-
Kakapo allows you to replicate your backend APIs and logic.
8
+
Kakapo allows you to replicate your backend APIs and logic.
9
9
With Kakapo you can easily prototype your application based on your API specifications.
10
10
While usually network mocks involve using static json files Kakapo let you create Swift structs/classes/enums that are automatically serialized to JSON.
0 commit comments