Files
Ents-mirror/Example/Podfile
2017-09-08 12:17:19 +03:00

10 lines
101 B
Ruby

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