Skip to content
Snippets Groups Projects
Commit 07603f3b authored by Iskhakov Sergey's avatar Iskhakov Sergey
Browse files

rm resources from Networking podspec

parent 85289fb7
Branches res_test
No related merge requests found
......@@ -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
......@@ -25,8 +25,6 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/cloudpayments/CloudPayments-SDK-iOS.git", :tag => "#{spec.version}" }
spec.source_files = 'sdk/**/*.swift'
spec.resource_bundles = { 'Cloudpayments' => ['Resources/**/*.{txt,json,png,jpeg,jpg,storyboard,xib,xcassets}']}
spec.requires_arc = true
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment