UIButtonWithTouchInfo 0.1.1

UIButtonWithTouchInfo 0.1.1

Serge Moskalenko 维护。



UIButtonWithTouchInfo

Swift 版本: https://github.com/sergemoskalenko/UIButtonWithTouchInfo-Swift

CI Status Version License Platform

示例

要运行示例项目,请克隆仓库,然后首先从 Example 目录运行 pod install

WEB 在线 DEMO: https://goo.gl/fUszEr

img

需求

安装

UIButtonWithTouchInfo 可通过 CocoaPods 获取。安装时,只需将以下行添加到您的 Podfile 中

pod "UIButtonWithTouchInfo"
pod 'UIButtonWithTouchInfo', :git => 'https://github.com/sergemoskalenko/UIButtonWithTouchInfo.git'

作者

sergemoskalenko, skype:camopu-ympo, http://camopu.rhorse.ru/ios

许可证

UIButtonWithTouchInfo可在MIT许可证下使用。有关更多信息,请参阅LICENSE文件。

备忘录 - 创建Pod

pod lib create UIButtonWithTouchInfo

  1. 需要“colored2”?sudo gem install colored2

  2. 问题

  3. 验证pod lib lint UIButtonWithTouchInfo.podspec

  4. 推送到仓库,使 brunch = pod version

  5. 在CocoaPods上创建账户 pod trunk register [email protected] ‘Serge Moskalenko’ --description=‘Serge Moskalenko账户’

  6. 发布 pod trunk push UIButtonWithTouchInfo.podspec

  7. 尝试 pod "UIButtonWithTouchInfo"