Skip to content

Instantly share code, notes, and snippets.

@sey
Last active December 27, 2015 11:29
Show Gist options
  • Save sey/7319024 to your computer and use it in GitHub Desktop.
Save sey/7319024 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'JKBigInteger'
s.version = '1.0.0'
s.license = 'MIT'
s.homepage = 'https://github.com/kirsteins/JKBigInteger'
s.author = 'Jānis Kiršteins'
s.summary = 'JKBigInteger is a small library to facilitate easy working with big integers in Objective-C.'
s.source = { :git => 'https://github.com/kirsteins/JKBigInteger.git', :commit => '8eed2d1ba60f38933678c2363d2ae294c4a38c83' }
s.source_files = 'JKBigInteger/**/*.{c,h,m}'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment