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

Version Path
bubble-wrap-1.9.7 lib/bubble-wrap/location.rb
bubble-wrap-1.9.6 lib/bubble-wrap/location.rb
bubble-wrap-1.9.5 lib/bubble-wrap/location.rb
bubble-wrap-1.9.4 lib/bubble-wrap/location.rb
bubble-wrap-1.9.3 lib/bubble-wrap/location.rb
bubble-wrap-1.9.2 lib/bubble-wrap/location.rb
bubble-wrap-1.9.1 lib/bubble-wrap/location.rb
bubble-wrap-1.9.0 lib/bubble-wrap/location.rb
bubble-wrap-1.8.0 lib/bubble-wrap/location.rb