Skip to content

Commit

Permalink
Added pod spec for MFMathLib 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Poirier <ekscrypto@gmail.com>
  • Loading branch information
ekscrypto committed Feb 6, 2013
1 parent 8bce342 commit 69e03c1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MFMathLib/1.0.0/MFMathLib.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'MFMathLib'
s.version = '1.0.0'
s.license = 'Public Domain'
s.summary = '8-bit to 1024-bit precision arithmetic with overflow/underflow tracking.'
s.homepage = 'https://github.com/freshcode/MFMathLib'
s.author = { 'Freshcode' => 'info@madefresh.ca' }
s.source = { :git => 'https://github.com/freshcode/MFMathLib.git', :tag => s.version.to_s }
s.source_files = 'Classes', 'MathLib/mfmathlib.{h,c}'
s.requires_arc = true
end

0 comments on commit 69e03c1

Please sign in to comment.