14 lines
199 B
Ruby
14 lines
199 B
Ruby
use_frameworks!
|
|
|
|
target 'PNObject_Example' do
|
|
pod 'PNObject', :path => '../'
|
|
pod 'PureLayout'
|
|
|
|
target 'PNObject_Tests' do
|
|
inherit! :search_paths
|
|
|
|
pod 'Specta'
|
|
pod 'Expecta'
|
|
end
|
|
end
|