File tree 4 files changed +4
-13
lines changed
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 9
9
before_install :
10
10
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
11
11
- cd ..
12
- - export SWIFT_VERSION=swift-3.1 -RELEASE
12
+ - export SWIFT_VERSION=swift-4.0 -RELEASE
13
13
- wget https://swift.org/builds/swift-3.1-release/ubuntu1404/$SWIFT_VERSION/$SWIFT_VERSION-ubuntu14.04.tar.gz
14
14
- tar xzf $SWIFT_VERSION-ubuntu14.04.tar.gz
15
15
- export PATH="${PWD}/${SWIFT_VERSION}-ubuntu14.04/usr/bin:${PATH}"
Original file line number Diff line number Diff line change 6
6
[ ![ Carthage Compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
7
7
[ ![ Swift Package Manager compatible] ( https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg )] ( https://github.com/apple/swift-package-manager )
8
8
[ ![ 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 )
10
9
11
10
| | Main Features |
12
11
| --------- | ------------------------------ |
@@ -79,14 +78,6 @@ extension Resource where Model: XMLDocument {
79
78
}
80
79
```
81
80
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
-
90
81
## Protocol oriented architecture / Exchangability
91
82
92
83
The 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.
120
111
Specify the following in your `Cartfile`:
121
112
122
113
```ogdl
123
- github " dbsystel/dbnetworkstack" ~> 0.6
114
+ github " dbsystel/dbnetworkstack" ~> 0.7
124
115
```
125
116
126
117
### CocoaPods
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.2 .0 </string >
18
+ <string >0.7 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments