File tree 4 files changed +9
-7
lines changed
ResponseDetective.xcodeproj
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 7
7
8
8
// Version settings
9
9
10
- RESPONSEDETECTIVE_VERSION = 0.4
11
- RESPONSEDETECTIVE_BUILD = 0.4
10
+ RESPONSEDETECTIVE_VERSION = 0.5
11
+ RESPONSEDETECTIVE_BUILD = 0.5
12
12
13
13
// Product settings
14
14
Original file line number Diff line number Diff line change 1
1
![ ] ( Images/Header.png )
2
2
3
3
![ ] ( 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 )
5
5
![ ] ( https://img.shields.io/github/release/netguru/ResponseDetective.svg )
6
6
![ ] ( https://img.shields.io/badge/carthage-compatible-green.svg )
7
7
![ ] ( https://img.shields.io/badge/cocoapods-compatible-green.svg )
10
10
11
11
## Requirements
12
12
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 ** .
14
14
15
15
## Usage
16
16
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
10
10
# Description
11
11
12
12
spec . name = 'ResponseDetective'
13
- spec . version = '0.4 '
13
+ spec . version = '0.5 '
14
14
spec . summary = 'Sherlock Holmes of the networking layer'
15
15
spec . homepage = 'https://github.com/netguru/ResponseDetective'
16
16
@@ -47,8 +47,8 @@ Pod::Spec.new do |spec|
47
47
48
48
spec . requires_arc = true
49
49
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 '
52
52
53
53
spec . xcconfig = {
54
54
'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'
Original file line number Diff line number Diff line change 119
119
3A7D01891CD3BEE900B7FBD7 /* Tests-OSX-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Tests-OSX-Release.xcconfig"; sourceTree = "<group>"; };
120
120
3AA401611CD65019000BD5DC /* RDTXMLBodyDeserializer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RDTXMLBodyDeserializer.h; sourceTree = "<group>"; };
121
121
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; };
122
123
3AB4D2361CEF6A0C00AB8C6C /* BufferOutputFacilitySpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BufferOutputFacilitySpec.swift; sourceTree = "<group>"; };
123
124
3AB4D25E1CEF72C400AB8C6C /* ResponseDetective.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResponseDetective.h; sourceTree = "<group>"; };
124
125
3AC131FF1CDD03C50057ED0B /* HTMLBodyDeserializerSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTMLBodyDeserializerSpec.swift; sourceTree = "<group>"; };
246
247
children = (
247
248
3AD0F9F21DA10BB100E18D4C /* Cartfile */,
248
249
3AD0F9F31DA10BB700E18D4C /* Cartfile.private */,
250
+ 3AB4B5F31DA23E7700D1D461 /* ResponseDetective.podspec */,
249
251
3A7D01841CD3BBD000B7FBD7 /* ResponseDetective-Info.plist */,
250
252
3A7D01851CD3BBD000B7FBD7 /* ResponseDetective-Tests-Info.plist */,
251
253
);
You can’t perform that action at this time.
0 commit comments