Sha256: 920c071bc483bf8312a89f4a4149478971273a7a6967c4419b1bf5cd8fd9c26c

Contents?: true

Size: 644 Bytes

Versions: 1

Compression:

Stored size: 644 Bytes

Contents

require 'sprout'
require 'greensock/version'

module Greensock
end

Sprout::Specification.new do |s|
   s.name    = Greensock::NAME
   s.version = Greensock::VERSION
   
   s.add_remote_file_target do |t|
     t.platform = :universal
     t.archive_type = :zip
     t.url = "http://www.greensock.com/as/greensock-as3.zip"
     t.md5          = "5571e64359f7d77fa272dd9ed32dfb38"

     # All 
     t.add_library :swc, "greensock-as3/greensock.swc"
     t.add_library :src, "greensock-as3"
     t.add_library :docs, "greensock-as3/docs"
     t.add_library :demos, "greensock-as3/demo_swfs"
     t.add_library :all, "greensock-as3"
   end
   
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
greensock-0.1.1.pre lib/greensock.rb