Sha256: 7f42441f8f96e1d07ee8b14650731b1bf5ec433a8833d001826b959614798cd1
Contents?: true
Size: 453 Bytes
Versions: 9
Compression:
Stored size: 453 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