WeChatTweak-macOS/Podfile
2019-09-21 17:55:16 +08:00

10 lines
142 B
Ruby

platform :osx, '10.10'
inhibit_all_warnings!
target 'WeChatTweak' do
pod 'JRSwizzle'
pod 'GCDWebServer'
pod 'YYModel'
pod 'MMKV'
end