Skip to content

Commit 3020721

Browse files
committed
Merge pull request #99 from 8W9aG/podspec-1.1
Update pod spec to 1.1
2 parents f4eaf28 + e17c122 commit 3020721

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SPTDataLoader.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::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

SPTDataLoader.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
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>"; };
@@ -276,6 +277,7 @@
276277
children = (
277278
057AFD5C1C72143F00350C9F /* CHANGELOG.md */,
278279
056A04BB1A13D2BD00FA72AD /* README.md */,
280+
057AFD5D1C7222CE00350C9F /* SPTDataLoader.podspec */,
279281
);
280282
name = "Supporting Files";
281283
sourceTree = "<group>";

0 commit comments

Comments
 (0)