Mobile / Swift Post script after pod install June 13, 2016June 13, 2016 yigitdarcinLeave a comment in Podfile you can run some code w/ post_install like : post_install do |installer_representation| puts "Removing some items" Dir.chdir("some path") do `rm some file.txt` end puts "Removed !" end Share this:TweetPocketEmailLike this:Like Loading... Related