Skip to content

Instantly share code, notes, and snippets.

@brynbellomy
Last active December 10, 2015 12:19
Show Gist options
  • Select an option

  • Save brynbellomy/4433294 to your computer and use it in GitHub Desktop.

Select an option

Save brynbellomy/4433294 to your computer and use it in GitHub Desktop.
DTFoundation.podspec
Pod::Spec.new do |s|
s.name = 'DTFoundation'
s.version = '0.0.1'
s.platform = :ios
s.license = 'BSD'
s.summary = 'Helpful stuff.'
s.homepage = 'https://github.com/Cocoanetics/DTFoundation'
s.author = { 'Cocoanetics' => '[email protected]' }
s.source = { :git => 'https://github.com/Cocoanetics/DTFoundation.git', :commit => 'c2375f158270fc473d58c5a8c1307d58b4dbc5ec' }
s.source_files = 'Core/Source/{DTAlertView,DTActionSheet}.{h,m}' #'Core/{DTFoundation.h,Source/{*.{h,m},Externals/minizip/*.*}}'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment