This repository was archived by the owner on May 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
QuerySerialization.docset/Contents/Resources/Documents Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ Add this line to your `Package.swift`:
3939Add this line to your ` Podfile ` :
4040
4141~~~ ruby
42- pod " QuerySerialization" ~ > ' 1.0.0 '
42+ pod " QuerySerialization"
4343~~~
4444
4545### Carthage
4646
4747Add this line to your Cartfile:
4848
4949~~~
50- github "alexaurby/QuerySerialization" ~> 1.0
50+ github "alexaurby/QuerySerialization"
5151~~~
5252
5353### Manually
Original file line number Diff line number Diff line change 7373< a href ='#cocoapods ' class ='anchor ' aria-hidden =true > < span class ="header-anchor "> </ span > </ a > < h3 id ='cocoapods '> CocoaPods</ h3 >
7474
7575< p > Add this line to your < code > Podfile</ code > :</ p >
76- < pre class ="highlight ruby "> < code > < span class ="n "> pod</ span > < span class ="s2 "> "QuerySerialization"</ span > < span class =" o " > ~> </ span > < span class =" s1 " > '1.0.0' </ span >
76+ < pre class ="highlight ruby "> < code > < span class ="n "> pod</ span > < span class ="s2 "> "QuerySerialization"</ span >
7777</ code > </ pre >
7878< a href ='#carthage ' class ='anchor ' aria-hidden =true > < span class ="header-anchor "> </ span > </ a > < h3 id ='carthage '> Carthage</ h3 >
7979
8080< p > Add this line to your Cartfile:</ p >
81- < pre class ="highlight plaintext "> < code > github "alexaurby/QuerySerialization" ~> 1.0
81+ < pre class ="highlight plaintext "> < code > github "alexaurby/QuerySerialization"
8282</ code > </ pre >
8383< a href ='#manually ' class ='anchor ' aria-hidden =true > < span class ="header-anchor "> </ span > </ a > < h3 id ='manually '> Manually</ h3 >
8484
Original file line number Diff line number Diff line change 7373< a href ='#cocoapods ' class ='anchor ' aria-hidden =true > < span class ="header-anchor "> </ span > </ a > < h3 id ='cocoapods '> CocoaPods</ h3 >
7474
7575< p > Add this line to your < code > Podfile</ code > :</ p >
76- < pre class ="highlight ruby "> < code > < span class ="n "> pod</ span > < span class ="s2 "> "QuerySerialization"</ span > < span class =" o " > ~> </ span > < span class =" s1 " > '1.0.0' </ span >
76+ < pre class ="highlight ruby "> < code > < span class ="n "> pod</ span > < span class ="s2 "> "QuerySerialization"</ span >
7777</ code > </ pre >
7878< a href ='#carthage ' class ='anchor ' aria-hidden =true > < span class ="header-anchor "> </ span > </ a > < h3 id ='carthage '> Carthage</ h3 >
7979
8080< p > Add this line to your Cartfile:</ p >
81- < pre class ="highlight plaintext "> < code > github "alexaurby/QuerySerialization" ~> 1.0
81+ < pre class ="highlight plaintext "> < code > github "alexaurby/QuerySerialization"
8282</ code > </ pre >
8383< a href ='#manually ' class ='anchor ' aria-hidden =true > < span class ="header-anchor "> </ span > </ a > < h3 id ='manually '> Manually</ h3 >
8484
You can’t perform that action at this time.
0 commit comments