common
您想要在 Podfile 中添加类似于以下的内容 pod 'PFCommon', '~> 1.0.9'
在 'MyApp' 目标中 pod 'PFCommon', '~> 1.0.9' 然后,在您的终端或从 CocoaPods.app 中运行 pod install
或者为了测试运行,运行以下命令
pod try PFCommon
由 partnfire 维护。
依赖 | |
AFNetworking | ~> 4.0.1 |
CocoaSecurity | ~> 1.2.4 |
MBProgressHUD | ~> 1.2.0 |
SDWebImage | ~> 5.9.3 |
SVProgressHUD | ~> 2.2.5 |
您想要在 Podfile 中添加类似于以下的内容 pod 'PFCommon', '~> 1.0.9'
在 'MyApp' 目标中 pod 'PFCommon', '~> 1.0.9' 然后,在您的终端或从 CocoaPods.app 中运行 pod install
或者为了测试运行,运行以下命令
pod try PFCommon