Skip to content

Commit

Permalink
Update KeyValueStorageSwift.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
narek-sv committed Mar 3, 2024
1 parent 65b27d0 commit eefa8ff
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions KeyValueStorageSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ Pod::Spec.new do |spec|
spec.tvos.deployment_target = "13.0"

spec.source = { :git => "https://github.com/narek-sv/KeyValueStorage.git", :tag => "v2.0.0" }
spec.source_files = "Sources/**/*"

spec.pod_target_xcconfig = { 'SWIFT_INCLUDE_PATHS' => '$(inherited) ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)'}

spec.test_spec 'Tests' do |test_spec|
test_spec.source_files = "Tests/**/*"
end
spec.source_files = "Sources/KeyValueStorage/**/*"

end

0 comments on commit eefa8ff

Please sign in to comment.