From 36a0b2102882a202c766427a9b4a9679fed39cbd Mon Sep 17 00:00:00 2001 From: Edwin Vermeer Date: Mon, 24 Oct 2016 07:29:22 +0200 Subject: [PATCH] version bump --- .swift-version | 1 + EVURLCache.podspec | 2 +- EVURLCache.xcodeproj/project.pbxproj | 4 ++++ Podfile | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .swift-version diff --git a/.swift-version b/.swift-version new file mode 100644 index 0000000..9f55b2c --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +3.0 diff --git a/EVURLCache.podspec b/EVURLCache.podspec index d16efc3..1c09ed3 100644 --- a/EVURLCache.podspec +++ b/EVURLCache.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| # s.name = "EVURLCache" -s.version = "3.0.0" +s.version = "3.0.1" s.summary = "NSURLCache subclass for handeling all web requests that use NSURLRequest" s.description = "This is a NSURLCache subclass for handeling all web requests that use NSURLRequest. (This includes UIWebView)" s.homepage = "https://github.com/evermeer/EVURLCache" diff --git a/EVURLCache.xcodeproj/project.pbxproj b/EVURLCache.xcodeproj/project.pbxproj index d349bbc..3fdab92 100644 --- a/EVURLCache.xcodeproj/project.pbxproj +++ b/EVURLCache.xcodeproj/project.pbxproj @@ -18,6 +18,7 @@ 7F4E25AD1C11A5C6009494A8 /* OSXcompileTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F4E25AC1C11A5C6009494A8 /* OSXcompileTest.swift */; }; 7F4E25B21C11A5D0009494A8 /* EVURLCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F4A0D611BEE497100059923 /* EVURLCache.swift */; }; 7F649BBD1CCE49C0007C398F /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FFF79271CCD0A6A0085E6E4 /* Reachability.swift */; }; + 7F69B95B1DBCED230000B9D3 /* .swift-version in Resources */ = {isa = PBXBuildFile; fileRef = 7F69B95A1DBCED230000B9D3 /* .swift-version */; }; 7FFF79281CCD0A6A0085E6E4 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FFF79271CCD0A6A0085E6E4 /* Reachability.swift */; }; 8ECDF9DD6ED38CDFCBAE4F3F /* Pods_OSXcompileTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D81C12CCF04AF23300938DC5 /* Pods_OSXcompileTest.framework */; }; C65B38F18FC73826FCD2A7B6 /* Pods_EVURLCache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7566676951737F7DE11E9363 /* Pods_EVURLCache.framework */; }; @@ -46,6 +47,7 @@ 7F4E25AA1C11A5C6009494A8 /* OSXcompileTest.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OSXcompileTest.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 7F4E25AC1C11A5C6009494A8 /* OSXcompileTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSXcompileTest.swift; sourceTree = ""; }; 7F4E25AE1C11A5C6009494A8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 7F69B95A1DBCED230000B9D3 /* .swift-version */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ".swift-version"; sourceTree = ""; }; 7FFF79271CCD0A6A0085E6E4 /* Reachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Reachability.swift; path = Pod/Reachability.swift; sourceTree = ""; }; C2CF2074981B9568E99CB19C /* Pods-OSXcompileTest.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OSXcompileTest.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OSXcompileTest/Pods-OSXcompileTest.debug.xcconfig"; sourceTree = ""; }; CD76B9911492321A2FCCD8BE /* Pods-EVURLCache.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EVURLCache.debug.xcconfig"; path = "Pods/Target Support Files/Pods-EVURLCache/Pods-EVURLCache.debug.xcconfig"; sourceTree = ""; }; @@ -100,6 +102,7 @@ 7F4A0D6C1BF1D4C200059923 /* README.md */, 7F4A0D6D1BF1D4EE00059923 /* .gitignore */, 7F4A41D61BF1F5BF00969D1F /* .gitattributes */, + 7F69B95A1DBCED230000B9D3 /* .swift-version */, 7F4A0D6E1BF1D4EE00059923 /* .travis.yml */, 7F4A0D671BEF9F0700059923 /* EVURLCache.podspec */, 7F4A0D681BEF9F0700059923 /* LICENSE */, @@ -245,6 +248,7 @@ 7F4A0D591BEE481400059923 /* LaunchScreen.storyboard in Resources */, 7F4A0D561BEE481400059923 /* Assets.xcassets in Resources */, 7F4A0D541BEE481400059923 /* Main.storyboard in Resources */, + 7F69B95B1DBCED230000B9D3 /* .swift-version in Resources */, 7F4A0D6B1BEFE4F400059923 /* PreCache in Resources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/Podfile b/Podfile index edf2ae2..0d44515 100644 --- a/Podfile +++ b/Podfile @@ -5,7 +5,7 @@ use_frameworks! #pod 'ReachabilitySwift', :git => 'https://github.com/ashleymills/Reachability.swift' target 'EVURLCache' do - platform :ios, '8.0' + platform :ios, '9.0' # pod 'ReachabilitySwift', :git => 'https://github.com/ashleymills/Reachability.swift' end