Files
InfiniteLayout/Example/Podfile
T
Arnaud Dorgans 6e74d52f42 0.1.7
2018-01-04 12:29:01 +01:00

13 lines
212 B
Ruby

use_frameworks!
target 'InfiniteLayout_Example' do
pod 'InfiniteLayout', :path => '../'
pod 'InfiniteLayout/Rx', :path => '../'
target 'InfiniteLayout_Tests' do
inherit! :search_paths
end
end