rm resources from Networking podspec
... | ... | @@ -26,8 +26,6 @@ Pod::Spec.new do |spec| |
spec.source = { :git => "https://github.com/cloudpayments/CloudPayments-SDK-iOS.git", :tag => "#{spec.version}" } | ||
spec.source_files = 'networking/source/**/*.swift' | ||
spec.resource_bundles = { 'Cloudpayments' => ['sdk/Resources/**/*.{json,png,jpeg,jpg,storyboard,xib,xcassets}']} | ||
spec.requires_arc = true | ||
end |
Please register or sign in to comment