Skip to content

Commit

Permalink
GHKit 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Jan 6, 2014
1 parent 8aef56b commit 29ffb07
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions GHKit/1.0.3/GHKit.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|

s.name = "GHKit"
s.version = "1.0.3"
s.summary = "Objective-C categories and utilities"
s.homepage = "https://github.com/gabriel/gh-kit"
s.license = 'MIT'
s.author = { "Gabriel Handford" => "gabrielh@gmail.com" }
s.source = { :git => "https://github.com/gabriel/gh-kit.git", :tag => "1.0.3" }
s.platform = :ios, '7.0'
s.source_files = 'Classes', 'Classes/iOS'

end

0 comments on commit 29ffb07

Please sign in to comment.