See available pods in ComponentsHub.podspec.
-
gena: everyone knows gena.
gem install gena
-
mergeXcodeproj: automatically merge .xcodeproj in case of git conflict. Also see readme for configuration.
brew install ivanzoid/tap/merge-xcodeproj
-
xc-resave:
brew install alexgarbarev/core/xc-resave
-
viperModuleRename: rename a VIPER module
brew install ivanzoid/tap/viper-module-rename
-
prefixChange: change prefix for a class
brew install ivanzoid/tap/prefixChange
2017-07-19
Observation
: added methods which accept array of keys; added method to unobserve an objectEnvironmentUI
: Refactored CCEnvironmentHUD to useStatusBarHUD
componentStatusBarHUD
: introducedStatusBarHUD
component which consists ofStatusBarHUD
andCCAppVersionHUD
classes
2017-07-07
- Added
EnvironmentUI
- Added
CCResendConnection
- Added
CCValueTransformerDateRFC3339
- Added
CCValidationErrorToBugfenderPostProcessor
which reports validation error as Bugfender issue
2017-06-30
- Added
RemoteNotificationService
component. Macroses
: Added macroses for checking iOS version.
2017-06
Observation
: Bug fixes in NSObject+Observe.
2017-02-22
Table
:CCTableViewManager
now has.defaultSection
property which will create and add a default section when accessed first time.