Skip to content

Commit

Permalink
Merge pull request #10 from sts-saas/master
Browse files Browse the repository at this point in the history
Create Base64.podspec
  • Loading branch information
ekscrypto committed Oct 7, 2015
2 parents 0f04b65 + 495315b commit 291a0b7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Base64.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Base64'
s.version = '1.0.1'
s.license = 'Public Domain'
s.summary = 'RFC 4648 Base64 implementation in Objective-C ARC.'
s.homepage = 'https://github.com/ekscrypto/Base64'
s.author = { 'Dave Poirier' => '[email protected]' }
s.source = { :git => 'https://github.com/ekscrypto/Base64.git', :tag => '1.0.1' }
s.source_files = 'Classes', 'Base64/MF_Base64Additions.{h,m}'
s.requires_arc = true
end

0 comments on commit 291a0b7

Please sign in to comment.