Skip to content

Commit a72f917

Browse files
Merge pull request #61 from dbsystel/release/0.7
Release/0.7
2 parents 5ba426e + ef0c925 commit a72f917

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1
1+
4.0

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
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}"

README.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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

9283
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.
120111
Specify the following in your `Cartfile`:
121112

122113
```ogdl
123-
github "dbsystel/dbnetworkstack" ~> 0.6
114+
github "dbsystel/dbnetworkstack" ~> 0.7
124115
```
125116

126117
### CocoaPods

Source/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

0 commit comments

Comments
 (0)