This repository was archived by the owner on Sep 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "SPTDataLoader"
4- s . version = "1.0.2 "
4+ s . version = "1.1.0 "
55 s . summary = "SPTDataLoader is Spotify's HTTP library for Objective-C"
66
77 s . description = <<-DESC
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212 DESC
1313
1414 s . ios . deployment_target = "6.0"
15- s . osx . deployment_target = "10.8 "
15+ s . osx . deployment_target = "10.9 "
1616 s . tvos . deployment_target = '9.0'
1717 s . watchos . deployment_target = '2.0'
1818
Original file line number Diff line number Diff line change 124124 056E523C1A11348800E8716C /* SPTDataLoaderRequestResponseHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPTDataLoaderRequestResponseHandler.h; sourceTree = "<group>"; };
125125 056E523E1A113A2B00E8716C /* SPTDataLoaderExponentialTimer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPTDataLoaderExponentialTimer.m; sourceTree = "<group>"; };
126126 057AFD5C1C72143F00350C9F /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
127+ 057AFD5D1C7222CE00350C9F /* SPTDataLoader.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = SPTDataLoader.podspec; sourceTree = "<group>"; };
127128 05896F8A1C51F3850051CC1E /* spotify_os.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = spotify_os.xcconfig; sourceTree = "<group>"; };
128129 059940411A14BA28006D6BE9 /* SPTDataLoaderRequestResponseHandlerMock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPTDataLoaderRequestResponseHandlerMock.h; sourceTree = "<group>"; };
129130 059940421A14BA28006D6BE9 /* SPTDataLoaderRequestResponseHandlerMock.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPTDataLoaderRequestResponseHandlerMock.m; sourceTree = "<group>"; };
276277 children = (
277278 057AFD5C1C72143F00350C9F /* CHANGELOG.md */,
278279 056A04BB1A13D2BD00FA72AD /* README.md */,
280+ 057AFD5D1C7222CE00350C9F /* SPTDataLoader.podspec */,
279281 );
280282 name = "Supporting Files";
281283 sourceTree = "<group>";
You can’t perform that action at this time.
0 commit comments