mirror of
https://github.com/averello/Ents.git
synced 2026-03-01 18:23:40 +01:00
10 lines
101 B
Ruby
10 lines
101 B
Ruby
use_frameworks!
|
|
platform :ios, '8.0'
|
|
|
|
target 'Ents_Tests' do
|
|
|
|
pod 'Ents', :path => '../'
|
|
|
|
|
|
end
|