mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
10 lines
101 B
Ruby
10 lines
101 B
Ruby
platform :osx, 10.13
|
|
|
|
target 'Stats' do
|
|
use_frameworks!
|
|
|
|
pod 'Charts'
|
|
pod 'LaunchAtLogin'
|
|
|
|
end
|