Skip to content

Commit eddd3ae

Browse files
committed
Merge branch 'release/0.5'
2 parents 0a060d6 + b0bd5b0 commit eddd3ae

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

Configuration/ResponseDetective-Common.xcconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
// Version settings
99

10-
RESPONSEDETECTIVE_VERSION = 0.4
11-
RESPONSEDETECTIVE_BUILD = 0.4
10+
RESPONSEDETECTIVE_VERSION = 0.5
11+
RESPONSEDETECTIVE_BUILD = 0.5
1212

1313
// Product settings
1414

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![](Images/Header.png)
22

33
![](https://www.bitrise.io/app/c09426001dedd91c.svg?token=4zhZMFtDpH-9BhWvGP5-1g&branch=develop)
4-
![](https://img.shields.io/badge/swift-2.2-orange.svg)
4+
![](https://img.shields.io/badge/swift-2.3-orange.svg)
55
![](https://img.shields.io/github/release/netguru/ResponseDetective.svg)
66
![](https://img.shields.io/badge/carthage-compatible-green.svg)
77
![](https://img.shields.io/badge/cocoapods-compatible-green.svg)
@@ -10,7 +10,7 @@
1010

1111
## Requirements
1212

13-
ResponseDetective is written in **Swift 2.2** and requires **iOS 9** or **OS X 10.11**.
13+
ResponseDetective is written in **Swift 2.3** and requires **iOS 8** or **OS X 10.10**.
1414

1515
## Usage
1616

ResponseDetective.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
1010
# Description
1111

1212
spec.name = 'ResponseDetective'
13-
spec.version = '0.4'
13+
spec.version = '0.5'
1414
spec.summary = 'Sherlock Holmes of the networking layer'
1515
spec.homepage = 'https://github.com/netguru/ResponseDetective'
1616

@@ -47,8 +47,8 @@ Pod::Spec.new do |spec|
4747

4848
spec.requires_arc = true
4949

50-
spec.ios.deployment_target = '9.0'
51-
spec.osx.deployment_target = '10.11'
50+
spec.ios.deployment_target = '8.0'
51+
spec.osx.deployment_target = '10.10'
5252

5353
spec.xcconfig = {
5454
'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'

ResponseDetective.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
3A7D01891CD3BEE900B7FBD7 /* Tests-OSX-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Tests-OSX-Release.xcconfig"; sourceTree = "<group>"; };
120120
3AA401611CD65019000BD5DC /* RDTXMLBodyDeserializer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RDTXMLBodyDeserializer.h; sourceTree = "<group>"; };
121121
3AA401621CD65019000BD5DC /* RDTXMLBodyDeserializer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RDTXMLBodyDeserializer.m; sourceTree = "<group>"; };
122+
3AB4B5F31DA23E7700D1D461 /* ResponseDetective.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; path = ResponseDetective.podspec; sourceTree = SOURCE_ROOT; };
122123
3AB4D2361CEF6A0C00AB8C6C /* BufferOutputFacilitySpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BufferOutputFacilitySpec.swift; sourceTree = "<group>"; };
123124
3AB4D25E1CEF72C400AB8C6C /* ResponseDetective.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResponseDetective.h; sourceTree = "<group>"; };
124125
3AC131FF1CDD03C50057ED0B /* HTMLBodyDeserializerSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTMLBodyDeserializerSpec.swift; sourceTree = "<group>"; };
@@ -246,6 +247,7 @@
246247
children = (
247248
3AD0F9F21DA10BB100E18D4C /* Cartfile */,
248249
3AD0F9F31DA10BB700E18D4C /* Cartfile.private */,
250+
3AB4B5F31DA23E7700D1D461 /* ResponseDetective.podspec */,
249251
3A7D01841CD3BBD000B7FBD7 /* ResponseDetective-Info.plist */,
250252
3A7D01851CD3BBD000B7FBD7 /* ResponseDetective-Tests-Info.plist */,
251253
);

0 commit comments

Comments
 (0)