Skip to content

Commit

Permalink
Adding version 1.1 of Base64nl
Browse files Browse the repository at this point in the history
  • Loading branch information
insanehunter committed Mar 27, 2013
1 parent 506fbe3 commit 1b236e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Base64nl/1.1/Base64nl.podspec
@@ -0,0 +1,10 @@
Pod::Spec.new do |s|
s.name = "Base64nl"
s.version = "1.1"
s.summary = "Base64 is a set of categories that provide methods to encode and decode data as a base-64-encoded string."
s.homepage = "https://github.com/nicklockwood/Base64"
s.license = 'MIT'
s.author = "Nick Lockwood"
s.source = { :git => "https://github.com/nicklockwood/Base64.git", :tag => "1.1" }
s.source_files = 'Base64'
end

0 comments on commit 1b236e8

Please sign in to comment.