Skip to content

Instantly share code, notes, and snippets.

@AlehUlitsionak
Last active December 16, 2015 12:28
Show Gist options
  • Save AlehUlitsionak/5434419 to your computer and use it in GitHub Desktop.
Save AlehUlitsionak/5434419 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'CorePlot'
s.version = '1.2'
s.license = 'BSD'
s.summary = 'Cocoa plotting framework for Mac OS X and iOS.'
s.homepage = 'https://github.com/djw/core-plot'
s.source = { :git => "https://github.com/djw/core-plot", :tag => "release_1.2" }
s.description = 'Core Plot is a plotting framework for OS X and iOS. It provides 2D visualization ' \
'of data, and is tightly integrated with Apple technologies like Core Animation, ' \
'Core Data, and Cocoa Bindings.'
s.source_files = 'framework/CorePlot-CocoaTouch.h', 'framework/iPhoneOnly/*.{h,m}'
s.framework = 'QuartzCore'
s.requires_arc = false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment