WeChatTweak-macOS/Podfile
2017-09-11 00:15:12 +08:00

9 lines
129 B
Ruby

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