Skip to content

Commit

Permalink
Updated to version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcook committed Sep 20, 2015
1 parent f6643f5 commit d020f32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GCHelper adheres to [Semantic Versioning](http://semver.org).

---

## [0.2.4](https://github.com/jackcook/GCHelper/releases/tag/0.2.4) (09-19-2015)
## [0.2.5](https://github.com/jackcook/GCHelper/releases/tag/0.2.4) (09-19-2015)

* Updated the library to use Swift 2

Expand Down
4 changes: 2 additions & 2 deletions GCHelper.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "GCHelper"
s.version = "0.2.4"
s.version = "0.2.5"
s.summary = "A lightweight helper for GameKit, written in Swift"
s.homepage = "https://github.com/jackcook/GCHelper"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Jack Cook" => "[email protected]" }

s.requires_arc = true
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/jackcook/GCHelper.git", :tag => "0.2.4" }
s.source = { :git => "https://github.com/jackcook/GCHelper.git", :tag => "0.2.5" }
s.source_files = "Source/*.swift"
s.framework = "GameKit"
end
2 changes: 1 addition & 1 deletion Source/GCHelper.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// GCHelper.swift (v. 0.2.4)
// GCHelper.swift (v. 0.2.5)
//
// Copyright (c) 2015 Jack Cook
//
Expand Down

0 comments on commit d020f32

Please sign in to comment.