mas/Podfile

23 lines
288 B
Text
Raw Normal View History

2018-07-04 20:55:44 +00:00
#
# 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