Skip to content

Instantly share code, notes, and snippets.

@specialunderwear
Last active December 14, 2015 06:59
Show Gist options
  • Save specialunderwear/5047227 to your computer and use it in GitHub Desktop.
Save specialunderwear/5047227 to your computer and use it in GitHub Desktop.
route-me alpstein Podfile
Pod::Spec.new do |s|
s.name = "route-me"
s.summary = "route-me alpstein fork"
s.version = "0.0.1"
s.summary = "Route-Me is an open source map library that runs natively on iOS."
s.homepage = "https://github.com/Alpstein/route-me"
s.license = { :type => "Free",
:file => 'LicenseRouteMe.txt' }
s.author = { "Route-Me Contributors" => "route-me@github.com" }
s.source = { :git => "https://github.com/Alpstein/route-me.git", :branch => 'release' }
s.prefix_header_file = 'MapView/MapView_Prefix.pch'
s.platform = :ios
s.source_files = FileList['MapView/Map/*.{m,c,h}'].exclude(/NSUserDefaults\+RouteMe/)
s.resources = 'MapView/Map/Resources/*.png', 'MapView/Map/*.png'
s.framework = 'CoreGraphics'
s.framework = 'CoreLocation'
s.framework = 'Foundation'
s.framework = 'QuartzCore'
s.framework = 'UIKit'
s.dependency 'FMDB'
s.dependency 'proj4'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment