Skip to content

Commit

Permalink
Merge pull request #99 from 8W9aG/podspec-1.1
Browse files Browse the repository at this point in the history
Update pod spec to 1.1
  • Loading branch information
8W9aG committed Feb 15, 2016
2 parents f4eaf28 + e17c122 commit 3020721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPTDataLoader.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SPTDataLoader"
s.version = "1.0.2"
s.version = "1.1.0"
s.summary = "SPTDataLoader is Spotify's HTTP library for Objective-C"

s.description = <<-DESC
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
DESC

s.ios.deployment_target = "6.0"
s.osx.deployment_target = "10.8"
s.osx.deployment_target = "10.9"
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'

Expand Down
2 changes: 2 additions & 0 deletions SPTDataLoader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
056E523C1A11348800E8716C /* SPTDataLoaderRequestResponseHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPTDataLoaderRequestResponseHandler.h; sourceTree = "<group>"; };
056E523E1A113A2B00E8716C /* SPTDataLoaderExponentialTimer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPTDataLoaderExponentialTimer.m; sourceTree = "<group>"; };
057AFD5C1C72143F00350C9F /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
057AFD5D1C7222CE00350C9F /* SPTDataLoader.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = SPTDataLoader.podspec; sourceTree = "<group>"; };
05896F8A1C51F3850051CC1E /* spotify_os.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = spotify_os.xcconfig; sourceTree = "<group>"; };
059940411A14BA28006D6BE9 /* SPTDataLoaderRequestResponseHandlerMock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPTDataLoaderRequestResponseHandlerMock.h; sourceTree = "<group>"; };
059940421A14BA28006D6BE9 /* SPTDataLoaderRequestResponseHandlerMock.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPTDataLoaderRequestResponseHandlerMock.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -276,6 +277,7 @@
children = (
057AFD5C1C72143F00350C9F /* CHANGELOG.md */,
056A04BB1A13D2BD00FA72AD /* README.md */,
057AFD5D1C7222CE00350C9F /* SPTDataLoader.podspec */,
);
name = "Supporting Files";
sourceTree = "<group>";
Expand Down

0 comments on commit 3020721

Please sign in to comment.