@@ -36,6 +36,10 @@ DeviceKit can be installed in various ways.
3636
3737### CocoaPods
3838
39+ #### Swift 4
40+ ``` ruby
41+ pod ' DeviceKit' , ' ~> 1.3.0'
42+ ```
3943#### Swift 3
4044``` ruby
4145pod ' DeviceKit' , ' ~> 1.0'
@@ -47,6 +51,10 @@ pod 'DeviceKit', :git => 'https://github.com/dennisweissmann/DeviceKit.git', :br
4751
4852### Carthage
4953
54+ #### Swift 4
55+ ``` ogdl
56+ github "dennisweissmann/DeviceKit" ~> 1.3.0
57+ ```
5058#### Swift 3
5159``` ogdl
5260github "dennisweissmann/DeviceKit" ~> 1.0
@@ -183,12 +191,14 @@ The following people (in alphabetical order) contributed to this project - it wo
183191- [ chappieee] ( https://github.com/chappieee )
184192- [ Rui Costa] ( https://github.com/ruipfcosta )
185193- [ elgordino] ( https://github.com/elgordino )
194+ - [ Martin Imobersteg] ( https://github.com/bugix )
186195- [ Genie Jhang] ( https://github.com/geniejhang )
187196- [ Steve Moser] ( https://github.com/stevemoser )
188197- [ Juan Carlos Ospina Gonzalez] ( https://github.com/piterwilson )
189198- [ phiren] ( https://github.com/phiren )
190199- [ Prakash Rajendran] ( https://github.com/dearprakash )
191200- [ Trey Richards] ( https://github.com/treyrich )
201+ - [ Gianpiero Spinelli] ( https://github.com/gianpispi )
192202- [ Tillman Swinke] ( https://github.com/tswinke )
193203- [ Kraig Wastlund] ( https://github.com/KraigWastlund )
194204- [ Kaden Wilkinson] ( https://github.com/kdawgwilk )
0 commit comments