File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "SPTDataLoader"
4
- s . version = "1.0.2 "
4
+ s . version = "1.1.0 "
5
5
s . summary = "SPTDataLoader is Spotify's HTTP library for Objective-C"
6
6
7
7
s . description = <<-DESC
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
12
DESC
13
13
14
14
s . ios . deployment_target = "6.0"
15
- s . osx . deployment_target = "10.8 "
15
+ s . osx . deployment_target = "10.9 "
16
16
s . tvos . deployment_target = '9.0'
17
17
s . watchos . deployment_target = '2.0'
18
18
Original file line number Diff line number Diff line change 124
124
056E523C1A11348800E8716C /* SPTDataLoaderRequestResponseHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPTDataLoaderRequestResponseHandler.h; sourceTree = "<group>"; };
125
125
056E523E1A113A2B00E8716C /* SPTDataLoaderExponentialTimer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPTDataLoaderExponentialTimer.m; sourceTree = "<group>"; };
126
126
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>"; };
127
128
05896F8A1C51F3850051CC1E /* spotify_os.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = spotify_os.xcconfig; sourceTree = "<group>"; };
128
129
059940411A14BA28006D6BE9 /* SPTDataLoaderRequestResponseHandlerMock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPTDataLoaderRequestResponseHandlerMock.h; sourceTree = "<group>"; };
129
130
059940421A14BA28006D6BE9 /* SPTDataLoaderRequestResponseHandlerMock.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPTDataLoaderRequestResponseHandlerMock.m; sourceTree = "<group>"; };
276
277
children = (
277
278
057AFD5C1C72143F00350C9F /* CHANGELOG.md */,
278
279
056A04BB1A13D2BD00FA72AD /* README.md */,
280
+ 057AFD5D1C7222CE00350C9F /* SPTDataLoader.podspec */,
279
281
);
280
282
name = "Supporting Files";
281
283
sourceTree = "<group>";
You can’t perform that action at this time.
0 commit comments