DLPublic 1.2.1

DLPublic 1.2.1

测试已测试
语言语言 Obj-CObjective C
许可 MIT
发布日期最新发布2017年12月

ZejianCai维护。



DLPublic 1.2.1

  • 作者:
  • xfjiang

 
 

示例

要运行示例项目,首先克隆仓库,然后在示例目录中运行 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

DLPublic

Category文件 - 常用分类集合
Functions文件 - 常用功能

更新步骤

  1. 修改 Pods/DLPublic/DLPublic/ 下源文件
  2. 编辑 PodSpec 文件,主要是修改版本号 s.version 属性
  3. 测试 PodSpec 文件格式是否正确:pod lib lint
  4. 更新本地代码库(提交至远程仓库)
  5. 打tag,tag值应与版本号一致:git tag 1.0.x,推送tag到服务器地址git push origin 1.0.x
  6. 将 PodSpec 文件更新到cocoapods官方仓库:pod trunk push DLPublic.podspec
  7. 更新完成
  8. 搜索命令:pod search DLPublic
  9. 协作:pod trunk add-owner DLPublic [email protected]

许可

DLPublic 采用MIT许可。有关更多信息,请参阅LICENSE文件。