RETableViewManager
RETableViewManager copied to clipboard
build error in Xcode8.2.1
error shows when i build in Xcode8.2.1
It may be caused by the lower version of Podfile. Rewrite Podfile as below and do 'pod install'.
platform :ios, '7.0'
target 'RETableViewManagerExample' do
pod 'RETableViewManager', '~> 1.6'
end