我已经创建了一个新的示例iOS项目和这个pod文件:
users = {
'foo@bar.tld':
{'password': 'secret',
'username': 'userName',
'age': 15,
'photo': 'pic.png'},#etc...
'user@two.tld': { # same thing ... }
}
执行" pod install"我得到了这个输出:
target 'PayPalSample' do
pod 'PayPalMPL', '~> 2.1'
end
当我打开op工作区文件,并查看Pods / Pods / PayPalMPL文件夹时,它是空的。
我错过了什么吗? 非常感谢!