File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1- 3.1
1+ 4.0
Original file line number Diff line number Diff line change 99 before_install :
1010 - wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
1111 - cd ..
12- - export SWIFT_VERSION=swift-3.1 -RELEASE
12+ - export SWIFT_VERSION=swift-4.0 -RELEASE
1313 - wget https://swift.org/builds/swift-3.1-release/ubuntu1404/$SWIFT_VERSION/$SWIFT_VERSION-ubuntu14.04.tar.gz
1414 - tar xzf $SWIFT_VERSION-ubuntu14.04.tar.gz
1515 - export PATH="${PWD}/${SWIFT_VERSION}-ubuntu14.04/usr/bin:${PATH}"
Original file line number Diff line number Diff line change 66[ ![ Carthage Compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
77[ ![ Swift Package Manager compatible] ( https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg )] ( https://github.com/apple/swift-package-manager )
88[ ![ Version] ( https://img.shields.io/cocoapods/v/DBNetworkStack.svg?style=flat )] ( http://cocoapods.org/pods/DBNetworkStack )
9- [ ![ Swift Version] ( https://img.shields.io/badge/Swift-3.0--3.1-F16D39.svg?style=flat )] ( https://developer.apple.com/swift )
109
1110| | Main Features |
1211| --------- | ------------------------------ |
@@ -79,14 +78,6 @@ extension Resource where Model: XMLDocument {
7978}
8079```
8180
82- ## Extendability
83- The following example outlines how to extend DBNetworkStack to support the imaginary type `XMLDocument`:
84-
85- You are now able to call:
86- ```swift
87- let xmlDocument = Resource< XMLDocument> (request : someRequest)
88- ```
89-
9081## Protocol oriented architecture / Exchangability
9182
9283The following table shows all the protocols and their default implementations.
@@ -120,7 +111,7 @@ The following table shows all the protocols and their default implementations.
120111Specify the following in your `Cartfile`:
121112
122113```ogdl
123- github " dbsystel/dbnetworkstack" ~> 0.6
114+ github " dbsystel/dbnetworkstack" ~> 0.7
124115```
125116
126117### CocoaPods
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.2 .0 </string >
18+ <string >0.7 .0 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments