7 lines
119 B
Ruby
7 lines
119 B
Ruby
platform :ios, '9.0'
|
|
platform :tvos, '9.0'
|
|
|
|
use_frameworks!
|
|
|
|
link_with 'Delta', 'DeltaTV'
|
|
pod 'FileMD5Hash', '~> 2.0.0' |