Sha256: a15f787ae874a08d5f29a74a694f7051381fb2c2517f56872c0e84f6230cf627

Contents?: true

Size: 422 Bytes

Versions: 1

Compression:

Stored size: 422 Bytes

Contents

require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('xibtoti', '0.0.2') do |p|
  p.description    = "Convert iPhone xib-files to Titanium javascript."
  p.url            = "http://github.com/KONDENSATOR/xibtoti"
  p.author         = "Fredrik Andersson"
  p.email          = "fredrik@kondensator.se"
  p.ignore_pattern = ["lib/*.xib"]
  p.executable_pattern = "bin/xibtoti"
  p.development_dependencies = []
end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xibtoti-0.0.2 Rakefile