UIButtonWithTouchInfo
Swift 版本: https://github.com/sergemoskalenko/UIButtonWithTouchInfo-Swift
示例
要运行示例项目,请克隆仓库,然后首先从 Example 目录运行 pod install
WEB 在线 DEMO: https://goo.gl/fUszEr
需求
安装
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
-
需要“colored2”?sudo gem install colored2
-
问题
-
验证pod lib lint UIButtonWithTouchInfo.podspec
-
推送到仓库,使 brunch = pod version
-
在CocoaPods上创建账户 pod trunk register [email protected] ‘Serge Moskalenko’ --description=‘Serge Moskalenko账户’
-
发布 pod trunk push UIButtonWithTouchInfo.podspec
-
尝试 pod "UIButtonWithTouchInfo"