15 lines
301 B
Ruby
15 lines
301 B
Ruby
use_frameworks!
|
|
|
|
target 'PNPullToRefresh_Example', :exclusive => true do
|
|
pod 'PNPullToRefresh', :path => '../'
|
|
end
|
|
|
|
target 'PNPullToRefresh_Tests', :exclusive => true do
|
|
pod 'PNPullToRefresh', :path => '../'
|
|
|
|
pod 'Specta'
|
|
pod 'Expecta'
|
|
pod 'FBSnapshotTestCase'
|
|
pod 'Expecta+Snapshots'
|
|
end
|