Sha256: 40843c179f2bc6c358cf986fbbc2a5dc1167ff94320a363c33de7696452d6fd2

Contents?: true

Size: 422 Bytes

Versions: 1

Compression:

Stored size: 422 Bytes

Contents

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

Echoe.new('xibtoti', '0.0.1') 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.1 Rakefile