Files
R.swift/Podfile
Mathijs Kadijk cc1ad5f5e7 Use R.swift.Library as development cocoapod
instead of direct library use.
2015-12-07 17:43:26 +01:00

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