CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Apr 2015 |
Maintained by Peter DeWeese.
Cocoapod and static library to provide defaults, configurability, and convenience methods for terse Objective-C.
develop
The recommended approach for installing ConventionalC is via the CocoaPods package manager. It may also be installed as a subproject, preferably from a git submodule, and built as standard static library.
Objective-C equivalents are provided for many ruby methods. Methods are based off of Ruby 2.0. Objective-C conventions are followed; For example, boolean returning methods start with verbs like 'is'. Methods with mutable versions like collect!
are named with a noun like collected
for the immutable version and with a verb like collect
for the mutable. Where typing is important, multiple methods may be provided where only one is needed for Ruby.
Examples: