Chatto/ChattoApp/Podfile

8 lines
131 B
Ruby

platform :ios, '8.0'
use_frameworks!
target 'ChattoApp' do
pod 'Chatto', :path => ".."
pod 'ChattoAdditions', :path => ".."
end