==========================
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