Sha256: fb62e9b7d29bb5febbea2222fcf0443102acd0ba2bc2544f1d63cd2b7e478344
Contents?: true
Size: 576 Bytes
Versions: 3
Compression:
Stored size: 576 Bytes
Contents
# encoding: utf-8 unless defined?(Motion::Project::Config) raise "ProMotion-mapbox must be required within a RubyMotion project." end require 'motion-cocoapods' Motion::Project::App.setup do |app| lib_dir_path = File.dirname(File.expand_path(__FILE__)) app.files << File.join(lib_dir_path, "ProMotion/map/map_screen_annotation.rb") app.files << File.join(lib_dir_path, "ProMotion/map/map_screen_module.rb") app.files << File.join(lib_dir_path, "ProMotion/map/map_screen.rb") app.frameworks += %w(CoreLocation) app.pods do pod "Mapbox-iOS-SDK" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ProMotion-mapbox-0.1.3 | lib/ProMotion-mapbox.rb |
ProMotion-mapbox-0.1.2 | lib/ProMotion-mapbox.rb |
ProMotion-mapbox-0.1.1 | lib/ProMotion-mapbox.rb |