Files
CRBoxInputView/Example/Podfile
2019-01-03 17:54:10 +08:00

14 lines
192 B
Ruby

use_frameworks!
platform :ios, '8.0'
target 'CRBoxInputView_Example' do
pod 'CRBoxInputView', :path => '../'
target 'CRBoxInputView_Tests' do
inherit! :search_paths
end
end