class Pod::Installer

Public Instance Methods

install!() click to toggle source
# File lib/cocoapods/youku/environment/cocoapods_fastbuild.rb, line 35
 def install!
     old_fb_install!

#mark for youku
     if ENV["POD_FASTBUILD_MODE"]
         editscript =`sh fb.sh`
         if editscript
            puts (("[FAST_BUILD] Ready").magenta)
         end
     end
#mark youku end
 end
Also aliased as: old_fb_install!
old_fb_install!()
Alias for: install!