Skip to content

Commit

Permalink
Add spec for NSUUID 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Jan 14, 2013
1 parent 81a53e8 commit 2b53410
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NSUUID/1.0.1/NSUUID.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = "NSUUID"
s.version = "1.0.1"
s.summary = "NSUUID implementation for iOS < 6.0 and OS X < 10.8."
s.homepage = "https://github.com/0xced/NSUUID"
s.license = { :type => 'MIT', :file => 'README.md' }
s.author = { "Cédric Luthi" => "cedric.luthi@gmail.com" }
s.source = { :git => "https://github.com/0xced/NSUUID.git", :tag => "1.0.1" }
s.source_files = 'NSUUID.m'
s.requires_arc = false
end

0 comments on commit 2b53410

Please sign in to comment.