Skip to content

Commit

Permalink
Merge pull request #61 from dbsystel/release/0.7
Browse files Browse the repository at this point in the history
Release/0.7
  • Loading branch information
lightsprint09 authored Sep 21, 2017
2 parents 5ba426e + ef0c925 commit a72f917
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1
4.0
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ matrix:
before_install:
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
- cd ..
- export SWIFT_VERSION=swift-3.1-RELEASE
- export SWIFT_VERSION=swift-4.0-RELEASE
- wget https://swift.org/builds/swift-3.1-release/ubuntu1404/$SWIFT_VERSION/$SWIFT_VERSION-ubuntu14.04.tar.gz
- tar xzf $SWIFT_VERSION-ubuntu14.04.tar.gz
- export PATH="${PWD}/${SWIFT_VERSION}-ubuntu14.04/usr/bin:${PATH}"
Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)
[![Version](https://img.shields.io/cocoapods/v/DBNetworkStack.svg?style=flat)](http://cocoapods.org/pods/DBNetworkStack)
[![Swift Version](https://img.shields.io/badge/Swift-3.0--3.1-F16D39.svg?style=flat)](https://developer.apple.com/swift)

| | Main Features |
| --------- | ------------------------------ |
Expand Down Expand Up @@ -79,14 +78,6 @@ extension Resource where Model: XMLDocument {
}
```

## Extendability
The following example outlines how to extend DBNetworkStack to support the imaginary type `XMLDocument`:

You are now able to call:
```swift
let xmlDocument = Resource<XMLDocument>(request: someRequest)
```

## Protocol oriented architecture / Exchangability

The following table shows all the protocols and their default implementations.
Expand Down Expand Up @@ -120,7 +111,7 @@ The following table shows all the protocols and their default implementations.
Specify the following in your `Cartfile`:

```ogdl
github "dbsystel/dbnetworkstack" ~> 0.6
github "dbsystel/dbnetworkstack" ~> 0.7
```

### CocoaPods
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.7.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit a72f917

Please sign in to comment.