File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 84
84
EE3428A119A4F9D000376265 /* OSX.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = OSX.playground; sourceTree = "<group>"; };
85
85
EE43B1591951FAC70017679A /* OAuth2CodeGrant_tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2CodeGrant_tests.swift; sourceTree = "<group>"; };
86
86
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; };
87
88
EEACE1DE1A7E8FC1009BF3A7 /* OAuth2CodeGrantFacebook.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2CodeGrantFacebook.swift; sourceTree = "<group>"; };
88
89
EEBA36AB1A8D030F00CF4230 /* OAuth2ImplicitGrant_tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuth2ImplicitGrant_tests.swift; sourceTree = "<group>"; };
89
90
EEDB8624193FAAE500C4EEA1 /* OAuth2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OAuth2.framework; sourceTree = BUILT_PRODUCTS_DIR; };
173
174
isa = PBXGroup;
174
175
children = (
175
176
EEE2098B1942778300736F1A /* Info.plist */,
177
+ EE450CD31AD57578008AB6FC /* p2.OAuth2.podspec */,
176
178
);
177
179
name = "Supporting Files";
178
180
sourceTree = "<group>";
Original file line number Diff line number Diff line change 7
7
8
8
Pod ::Spec . new do |s |
9
9
s . name = "p2.OAuth2"
10
- s . version = "1.1.1 "
10
+ s . version = "1.1.2 "
11
11
s . summary = "OAuth2 framework for OS X and iOS, written in Swift."
12
12
s . description = <<-DESC
13
13
OAuth2 frameworks for OS X and iOS written in Swift.
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
22
s . homepage = "https://github.com/p2/OAuth2"
23
23
s . license = "Apache 2"
24
24
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 " }
26
26
27
27
s . ios . deployment_target = "8.0"
28
28
s . osx . deployment_target = "10.9"
You can’t perform that action at this time.
0 commit comments