Files
Ents-mirror/Example/Podfile
2017-09-06 16:29:43 +03:00

9 lines
102 B
Ruby

use_frameworks!
target 'Ents_Tests' do
platform :ios, '8.0'
pod 'Ents', :path => '../'
end