mas/Podfile
2018-07-04 14:55:44 -06:00

22 lines
288 B
Ruby

#
# Podfile
# mas-cli
#
platform :osx, '10.13'
target 'mas' do
use_frameworks!
pod 'Commandant', git: "https://github.com/phatblat/Commandant.git", branch: "cocoapods"
pod 'Result'
target 'mas-tests' do
inherit! :search_paths
pod 'Quick'
pod 'Nimble'
end
end