CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.

AbyanCheck 1.0.1

AbyanCheck 1.0.1

Maintained by Zaid.



 
Depends on:
Alamofire>= 0
GoogleMLKit/FaceDetection>= 0
lottie-ios>= 0
 

Requirements

Platform iOS

Installation

==========================

Abyan is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AbyanCheck'

#also add this
post_install do |installer_representation|
    installer_representation.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'
            config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
        end
    end
end

Then install it in terminal using below lines:

pod install

-- OR --

pod install --repo-update