Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
andreanlay committed Aug 26, 2024
1 parent 31f2265 commit b7f01da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TPTweak.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ 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_subspecs = "Core"
spec.default_subspec = "Core"

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

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

0 comments on commit b7f01da

Please sign in to comment.