Skip to content
EzlyJohnnie edited this page Dec 30, 2018 · 4 revisions

Available Dependencies

All demos and usages can be found in project JCFrameworkDemo
remember to run pod install or pod update before running demo app

  • JCFloatingView: an app level iOS floating view
    pod 'JCUtils/JCFloatingView', :podspec => 'https://raw.githubusercontent.com/EzlyJohnnie/JCUtilsDemo/master/JCUtils.podspec'

  • JCAuthentication: utils for biometeic and passcode (app level, not using system passcode) authentication.
    pod 'JCUtils/JCAuthentication', :podspec => 'https://raw.githubusercontent.com/EzlyJohnnie/JCUtilsDemo/feature/restructure/JCUtils.podspec'

  • JCDesign: UI components and base UI classes
    pod 'JCUtils/JCDesign', :podspec => 'https://raw.githubusercontent.com/EzlyJohnnie/JCUtilsDemo/feature/restructure/JCUtils.podspec'

  • JCLocation: utils for fetching location
    pod 'JCUtils/JCLocation', :podspec => 'https://raw.githubusercontent.com/EzlyJohnnie/JCUtilsDemo/feature/restructure/JCUtils.podspec'

  • JCAlert: utils for alerts
    pod 'JCUtils/JCAlert', :podspec => 'https://raw.githubusercontent.com/EzlyJohnnie/JCUtilsDemo/feature/restructure/JCUtils.podspec'

  • JCToast: iPhoneX fixes for CRToast
    pod 'JCUtils/JCToast', :podspec => 'https://raw.githubusercontent.com/EzlyJohnnie/JCUtilsDemo/feature/restructure/JCUtils.podspec'

  • JCViewTouchHighlighting: mirror of UIView-TouchHighlighting for keeping personal reference
    pod 'JCUtils/JCViewTouchHighlighting', :podspec => 'https://raw.githubusercontent.com/EzlyJohnnie/JCUtilsDemo/feature/restructure/JCUtils.podspec'

  • JCReachability: quick reference of Reachability.h
    pod 'JCUtils/JCReachability', :podspec => 'https://raw.githubusercontent.com/EzlyJohnnie/JCUtilsDemo/feature/restructure/JCUtils.podspec'

  • JCFramework: add everything above
    pod 'JCUtils/JCFramework', :podspec => 'https://raw.githubusercontent.com/EzlyJohnnie/JCUtilsDemo/feature/restructure/JCUtils.podspec'

Clone this wiki locally