mirror of
https://github.com/averello/TimelineAnimations.git
synced 2026-03-01 18:23:27 +01: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
|