StarterKit is a basic library that makes creating simple app.
For examples take a look at the StarterKit iOS Example project in the StarterKit workspace. You will need to run pod install after downloading.
To run the example project, clone the repo, and run pod install
from the Example directory first.
StarterKit supports iOS 8.0+.
StarterKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
source 'https://github.com/smartydroid/Specs.git'
platform :ios, '8.0'
use_frameworks!
inhibit_all_warnings!
pod "YJStarterKit"
StarterKit is available under the MIT license. See the LICENSE file for more info.