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

Version Path
bubble-wrap-1.7.1 lib/bubble-wrap/location.rb
bubble-wrap-1.7.0 lib/bubble-wrap/location.rb
bubble-wrap-1.6.0 lib/bubble-wrap/location.rb
bubble-wrap-1.6.0.rc1 lib/bubble-wrap/location.rb
bubble-wrap-1.5.0 lib/bubble-wrap/location.rb
bubble-wrap-1.5.0.rc1 lib/bubble-wrap/location.rb
bubble-wrap-1.4.0 lib/bubble-wrap/location.rb
bubble-wrap-1.3.0 lib/bubble-wrap/location.rb
bubble-wrap-1.3.0.osx lib/bubble-wrap/location.rb