14 lines
192 B
Ruby
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
|