Skip to content

Commit eafc7bc

Browse files
Troy StumpTroy Stump
authored andcommitted
Bump podspec version to v0.1.5
1 parent f8a1d3b commit eafc7bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LoLAPI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# Metadata
44

55
s.name = "LoLAPI"
6-
s.version = "0.1.4"
6+
s.version = "0.1.5"
77
s.summary = "RESTful Objective-C client for the popular online game \"League of Legends\" by Riot Games."
88
s.description = <<-DESC
99
LoLAPI is the most powerful Objective-C RESTful client for the popular online game "League of Legends" by Riot Games. All client responses are fully object mapped, allowing developers to focus on writing their application without the hassle of consuming web services.
@@ -51,5 +51,5 @@ Pod::Spec.new do |s|
5151

5252
# Dependencies
5353

54-
s.dependency 'RestKit', '~> 0.23.2'
54+
s.dependency 'RestKit', '~> 0.23.3'
5555
end

0 commit comments

Comments
 (0)