mirror of
https://github.com/zhigang1992/R.swift.git
synced 2026-01-12 17:33:08 +08:00
11 lines
156 B
Ruby
11 lines
156 B
Ruby
use_frameworks!
|
|
|
|
workspace 'R.swift'
|
|
xcodeproj 'ResourceApp/ResourceApp'
|
|
|
|
target 'ResourceApp' do
|
|
|
|
pod 'R.swift.Library', :path => './R.swift.Library'
|
|
|
|
end
|