MNN/demo/iOS/Podfile

9 lines
117 B
Ruby

# coding: utf-8
platform :ios
target 'playground' do
platform :ios, '8.0'
pod 'MNN', :path => "../../"
end