10 lines
170 B
Ruby
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
|