target 'YourMainAppTargetName' do
pod 'Reveal-SDK', :git=>"https://github.com/MistyRain5/Reveal-SDK-4.git", :configurations => ['Debug']
end
Then, run the following command:
$ pod install
无需添加任何代码,直接打开 Reveal工具选择对应的工程即可
target 'YourMainAppTargetName' do
pod 'Reveal-SDK', :git=>"https://github.com/MistyRain5/Reveal-SDK-4.git", :configurations => ['Debug']
end
Then, run the following command:
$ pod install
无需添加任何代码,直接打开 Reveal工具选择对应的工程即可