Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
andreanlay committed Aug 26, 2024
1 parent b7f01da commit d994314
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions TPTweak.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@ Pod::Spec.new do |spec|
spec.platform = :ios, "11.0"
spec.swift_versions = ["5.4"]
spec.source = { :git => "https://github.com/tokopedia/ios-tptweak.git", :tag => "#{spec.version}" }
spec.default_subspec = "Core"

spec.subspec 'Core' do |sp|
sp.source_files = "Sources/TPTweak/**/*.swift"
end
spec.source_files = "Sources/TPTweak/**/*.swift"

spec.subspec 'DevTools' do |sp|
sp.dependency 'TPTweak/Core'
sp.compiler_flags = '-DUSE_DEVTOOLS'
end
end

0 comments on commit d994314

Please sign in to comment.