mirror of
https://github.com/averello/TimelineAnimations.git
synced 2026-06-24 12:21:22 +02:00
8 lines
129 B
Ruby
8 lines
129 B
Ruby
use_frameworks!
|
|
target 'TimelineAnimations_Tests' do
|
|
platform :ios, '8.0'
|
|
pod 'TimelineAnimations', :path => '../'
|
|
|
|
|
|
end
|