Files
DTTextField/Example/Podfile
T
2017-04-03 18:11:43 +05:30

12 lines
161 B
Ruby

use_frameworks!
target 'DTTextField_Example' do
pod 'DTTextField', :path => '../'
target 'DTTextField_Tests' do
inherit! :search_paths
end
end