Podfile 831 字节
Newer Older
L
liuruilong 已提交
1 2 3 4 5 6 7
platform :ios, 9.0
use_frameworks!

workspace 'paddle-mobile.xcworkspace'

target 'paddle-mobile-demo' do
	project 'paddle-mobile-demo/paddle-mobile-demo.xcodeproj'
8 9
    # pod 'SwiftProtobuf', '~> 1.0'
    pod 'Protobuf', '~> 3.0.0'
L
liuruilong 已提交
10 11 12 13
end

target 'paddle-mobile' do
	project 'paddle-mobile/paddle-mobile.xcodeproj'
14 15
    # pod 'SwiftProtobuf', '~> 1.0'
    pod 'Protobuf', '~> 3.0.0'
L
liuruilong 已提交
16
end
L
liuruilong 已提交
17 18 19

target 'paddle-mobile-unit-test' do
    project 'paddle-mobile-unit-test/paddle-mobile-unit-test.xcodeproj'
20 21
    # pod 'SwiftProtobuf', '~> 1.0'
    pod 'Protobuf', '~> 3.0.0'
L
liuruilong 已提交
22
end
L
liuruilong 已提交
23 24 25

target 'MobileNetDemo' do
    project 'MobileNetDemo/MobileNetDemo.xcodeproj'
26 27
    # pod 'SwiftProtobuf', '~> 1.0'
    pod 'Protobuf', '~> 3.0.0'
L
liuruilong 已提交
28 29
end

30 31 32 33 34

target 'paddle-mobile-metallib' do
    project 'paddle-mobile-metallib/paddle-mobile-metallib.xcodeproj'
end