OrangeFrameworkObjC 1.1.0

OrangeFrameworkObjC 1.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2016

Maintained by Kulesha Roman.



  • By
  • Roman Kulesha

OrangeFramework

OrangeFramework is a collection of components for fast and high quality developing mobile apps on Objective-C and Swift. It was designed with a focus on simplicity and flexibility. All components are fully independent and can be used separately.

OrangeFramework includes:

  • Dependency. Simple iOC container for dependency injection.
  • Log. Very simple and flexible logger.
  • Device. Component for detecting the running device info.
  • Extensions. Collection of useful Objective-C categories and Swift extensions.
  • Segues. A few needful segues.

Installation

OrangeFramework is available through CocoaPods:

platform :ios, '8.0'
use_frameworks!
pod 'OrangeFramework'

If you don't want use frameworks and support Swift you can install only Objective-C version:

platform :ios, '8.0'
pod 'OrangeFrameworkObjC'

Author

Roman Kulesha, [email protected]

License

OrangeFramework is available under the MIT license. See the LICENSE file for more info.