Skip to content

Commit 648c1e9

Browse files
committed
Version bump
1 parent 1b21f1a commit 648c1e9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

OAuth2.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
EE3428A119A4F9D000376265 /* OSX.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = OSX.playground; sourceTree = "<group>"; };
8585
EE43B1591951FAC70017679A /* OAuth2CodeGrant_tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2CodeGrant_tests.swift; sourceTree = "<group>"; };
8686
EE44F691194F2C7D0094AB8B /* OAuth2CodeGrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2CodeGrant.swift; sourceTree = "<group>"; };
87+
EE450CD31AD57578008AB6FC /* p2.OAuth2.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = p2.OAuth2.podspec; sourceTree = SOURCE_ROOT; };
8788
EEACE1DE1A7E8FC1009BF3A7 /* OAuth2CodeGrantFacebook.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2CodeGrantFacebook.swift; sourceTree = "<group>"; };
8889
EEBA36AB1A8D030F00CF4230 /* OAuth2ImplicitGrant_tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2ImplicitGrant_tests.swift; sourceTree = "<group>"; };
8990
EEDB8624193FAAE500C4EEA1 /* OAuth2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OAuth2.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -173,6 +174,7 @@
173174
isa = PBXGroup;
174175
children = (
175176
EEE2098B1942778300736F1A /* Info.plist */,
177+
EE450CD31AD57578008AB6FC /* p2.OAuth2.podspec */,
176178
);
177179
name = "Supporting Files";
178180
sourceTree = "<group>";

p2.OAuth2.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

2727
s.ios.deployment_target = "8.0"
2828
s.osx.deployment_target = "10.9"

0 commit comments

Comments
 (0)