mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
AppTrans for Mac is a simple and intuitive utility that can help you transfer iOS Apps freely. http://www.imobie.com/apptrans/
11 lines
226 B
Ruby
11 lines
226 B
Ruby
cask :v1 => 'apptrans' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.imobie.com/product/apptrans-mac.dmg'
|
|
name 'AppTrans'
|
|
homepage 'http://www.imobie.com/apptrans/'
|
|
license :gratis
|
|
|
|
app 'AppTrans.app'
|
|
end
|