2016-04-27 17:16:50 +02:00

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