美文网首页
pod install

pod install

作者: endless7 | 来源:发表于2017-10-24 19:05 被阅读0次

1 cd +url

2 pod init

3 open -a Xcode Podfile

4 source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '10.0'

use_frameworks!

target '' do

pod 'SnapKit', '~> 3.0'

相关文章

网友评论

      本文标题:pod install

      本文链接:https://www.haomeiwen.com/subject/zzpxpxtx.html