DUFramework is a framework that actually does nothing but looks cool on github. The source code is elegant, simple (just 4 lines) and easy to use.
For now we only support iOS platform. I will add more supported platforms if I get fired and have nothing to work on in the future.
- Chedck out the documentation for a comprehensive look at all of the APIs available in DUFramework. (Spoiled Alert : Nothing is available here)
CocoaPods is a dependency manager for Objective-C and Swift, which automates and simplifies the process of using 3rd-party libraries like DUFramework in your projects. Since this framework actually does nothing, I strongly recommend you not to install it. Otherwise you WILL LOSE STORAGE SPACE for several MBs. Anyway, you can install it with the following command (if you insist) :
$ gem install cocoapods
CocoaPods 0.39.0+ is required to build DUFramework 0.1.+.
To integrate DUFramework into your Xcode project using CocoaPods, specify it in your Podfile
:
platform :ios, '8.0'
use_frameworks!
target 'TargetName' do
pod 'DUFramework'
end
Then, run the following command:
$ pod install
- If you need help, contact me
- If you'd like to ask a general question, contact me, too.
- If you found a bug, and can provide steps to reliably reproduce it, open an issue. I dare you.
- If you have a feature request, please don't.
- If you want to contribute, submit a pull request.
This slide/document guides you how to build this good looking and CI/CD available repo.