要运行示例项目,首先克隆仓库,然后在示例目录中运行 pod install
。
DLPublic通过CocoaPods提供。要安装它,只需将以下行添加到您的Podfile中
例如:
e.g.
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
<!--source 'http://192.168.30.20:3020/zjcai/DLCocoaPods.git'
source 'https://github.com/CocoaPods/Specs.git'-->
target 'QTAirPurifier' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for QTAirPurifier
pod 'DLPublic'
pod 'SVProgressHUD'
target 'QTAirPurifierTests' do
inherit! :search_paths
# Pods for testing
end
target 'QTAirPurifierUITests' do
inherit! :search_paths
# Pods for testing
end
end
Category文件 - 常用分类集合
Functions文件 - 常用功能
Pods/DLPublic/DLPublic/
下源文件pod lib lint
git tag 1.0.x
,推送tag到服务器地址git push origin 1.0.x
pod trunk push DLPublic.podspec
DLPublic
采用MIT许可。有关更多信息,请参阅LICENSE文件。