mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-05-23 06:46:10 +08:00
10 lines
142 B
Ruby
10 lines
142 B
Ruby
platform :osx, '10.10'
|
|
inhibit_all_warnings!
|
|
|
|
target 'WeChatTweak' do
|
|
pod 'JRSwizzle'
|
|
pod 'GCDWebServer'
|
|
pod 'YYModel'
|
|
pod 'MMKV'
|
|
end
|