8 lines
86 B
Ruby
8 lines
86 B
Ruby
platform :ios, '8.0'
|
|
|
|
target 'SwiftExample' do
|
|
|
|
pod 'XLForm', :path => '../../'
|
|
|
|
end
|