Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
p2 committed Apr 8, 2015
1 parent 1b21f1a commit 648c1e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions OAuth2.xcodeproj/project.pbxproj
Expand Up @@ -84,6 +84,7 @@
EE3428A119A4F9D000376265 /* OSX.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = OSX.playground; sourceTree = "<group>"; };
EE43B1591951FAC70017679A /* OAuth2CodeGrant_tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2CodeGrant_tests.swift; sourceTree = "<group>"; };
EE44F691194F2C7D0094AB8B /* OAuth2CodeGrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2CodeGrant.swift; sourceTree = "<group>"; };
EE450CD31AD57578008AB6FC /* p2.OAuth2.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = p2.OAuth2.podspec; sourceTree = SOURCE_ROOT; };
EEACE1DE1A7E8FC1009BF3A7 /* OAuth2CodeGrantFacebook.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2CodeGrantFacebook.swift; sourceTree = "<group>"; };
EEBA36AB1A8D030F00CF4230 /* OAuth2ImplicitGrant_tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2ImplicitGrant_tests.swift; sourceTree = "<group>"; };
EEDB8624193FAAE500C4EEA1 /* OAuth2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OAuth2.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -173,6 +174,7 @@
isa = PBXGroup;
children = (
EEE2098B1942778300736F1A /* Info.plist */,
EE450CD31AD57578008AB6FC /* p2.OAuth2.podspec */,
);
name = "Supporting Files";
sourceTree = "<group>";
Expand Down
4 changes: 2 additions & 2 deletions p2.OAuth2.podspec
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|
s.name = "p2.OAuth2"
s.version = "1.1.1"
s.version = "1.1.2"
s.summary = "OAuth2 framework for OS X and iOS, written in Swift."
s.description = <<-DESC
OAuth2 frameworks for OS X and iOS written in Swift.
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/p2/OAuth2"
s.license = "Apache 2"
s.author = { "Pascal Pfiffner" => "phase.of.matter@gmail.com" }
s.source = { :git => "https://github.com/p2/OAuth2.git", :tag => "1.1.1" }
s.source = { :git => "https://github.com/p2/OAuth2.git", :tag => "1.1.2" }

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
Expand Down

0 comments on commit 648c1e9

Please sign in to comment.