Skip to content

Commit

Permalink
[Update] GVUserDefaults (0.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Renskers committed Jan 5, 2013
1 parent 33ec9c2 commit 7bc204e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions GVUserDefaults/0.4.0/GVUserDefaults.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "GVUserDefaults"
s.version = "0.4.0"
s.summary = "NSUserDefaults access via properties."
s.homepage = "https://github.com/gangverk/GVUserDefaults"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/GVUserDefaults.git", :tag => s.version.to_s }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'GVUserDefaults/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 7bc204e

Please sign in to comment.