ChatCampUIKit 4.2.9

ChatCampUIKit 4.2.9

Maintained by Shashwat Srivastava, Saurabh Gupta.



 
Depends on:
ChatCamp~> 4.2
DKImagePickerController>= 0
DKCamera>= 0
DKPhotoGallery>= 0
Alamofire~> 4.7
MBProgressHUD>= 0
 

  • By
  • Saurabh Gupta, Shashwat Srivastava and Shubham Gupta

ChatCamp-iOS-UI-Kit

ChatCamp UI Kit for iOS Apps

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

CocoaPods 1.1+ is required to build ChatCampUIKit.

To integrate ChatCampUIKit into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'ChatCampUIKit', '~> 4.2'
end

Then, run the following command:

$ pod install

Note: To use UIKit with Swift 4 (Swift versions prior to 4.2), please use ChatCamp iOS Uikit swift-4.1 branch.

Note: To use UIKit with Swift 3, please use ChatCamp iOS Uikit swift3 branch.