# use_frameworks!
pod 'TWLOCKit', '0.0.3'
use_frameworks!
pod 'TWLOCKit', '0.0.3'
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings.delete('CODE_SIGNING_ALLOWED')
config.build_settings.delete('CODE_SIGNING_REQUIRED')
end
end