passforios/Podfile

16 lines
344 B
Text
Raw Normal View History

2017-06-28 00:59:44 +08:00
platform :ios, '10.2'
use_frameworks!
target 'passKit' do
pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git'
target 'pass' do
inherit! :search_paths
end
2017-06-15 17:27:02 +08:00
target 'passExtension' do
inherit! :search_paths
end
2017-06-15 06:02:45 +08:00
target 'passKitTests' do
inherit! :search_paths
end
end