Files
2019-04-09 14:19:36 +09:00

12 lines
228 B
Ruby

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