mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-05-22 22:36:07 +08:00
9 lines
129 B
Ruby
9 lines
129 B
Ruby
platform :osx, '10.10'
|
|
inhibit_all_warnings!
|
|
|
|
target 'WeChatTweak' do
|
|
pod 'JRSwizzle'
|
|
pod 'GCDWebServer'
|
|
pod 'YYModel'
|
|
end
|