Skip to content

Commit

Permalink
Fixed issue with podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcook committed Jan 31, 2016
1 parent 5539b26 commit 145e863
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Example/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.7](https://github.com/jackcook/GCHelper/releases/tag/0.2.7) (01-31-2016)
## [0.2.8](https://github.com/jackcook/GCHelper/releases/tag/0.2.8) (01-31-2016)

* Updated repository to use the CocoaPods template

Expand Down
6 changes: 3 additions & 3 deletions GCHelper.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'GCHelper'
s.version = '0.2.7'
s.version = '0.2.8'
s.summary = 'A lightweight helper for GameKit, written in Swift'
s.homepage = 'https://github.com/jackcook/GCHelper'
s.license = 'MIT'
s.author = { 'Jack Cook' => '[email protected]' }
s.source = { :git => 'https://github.com/jackcook/GCHelper.git', :tag => '0.2.7' }
s.source = { :git => 'https://github.com/jackcook/GCHelper.git', :tag => '0.2.8' }
s.social_media_url = 'https://twitter.com/jackcook36'

s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Source/*'
s.source_files = 'Pod/Classes/*'
s.framework = 'GameKit'
end
2 changes: 1 addition & 1 deletion Pod/Classes/GCHelper.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// GCHelper.swift (v. 0.2.7)
// GCHelper.swift (v. 0.2.8)
//
// Copyright (c) 2016 Jack Cook
//
Expand Down

0 comments on commit 145e863

Please sign in to comment.