Sha256: 48da588abfcf1b945a14da2e95b7a4561ad9704960b2591be2cf4dc5acfdabf6
Contents?: true
Size: 452 Bytes
Versions: 9
Compression:
Stored size: 452 Bytes
Contents
require 'bubble-wrap/loader' BubbleWrap.require_ios("location") do BubbleWrap.require('motion/util/constants.rb') BubbleWrap.require('motion/core/string.rb') BubbleWrap.require('motion/location/**/*.rb') do file('motion/location/pollute.rb').depends_on 'motion/location/location.rb' file('motion/location/location.rb').depends_on 'motion/util/constants.rb' file('motion/location/location.rb').uses_framework('CoreLocation') end end
Version data entries
9 entries across 9 versions & 1 rubygems