mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
14 lines
135 B
Ruby
14 lines
135 B
Ruby
target 'Stats' do
|
|
use_frameworks!
|
|
|
|
pod 'Charts'
|
|
|
|
end
|
|
|
|
target 'StatsLauncher' do
|
|
use_frameworks!
|
|
|
|
# Pods for StatsLauncher
|
|
|
|
end
|