2020-11-10 21:14:27 +01:00

10 lines
170 B
Ruby

platform :ios, '10.0'
target 'NSDate_Utils_Example' do
pod "NSDate_Utils", :path => "../"
end
target 'NSDate_Utils_Tests' do
pod "NSDate_Utils", :path => "../"
end