source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target 'ASDKgram-Swift' do
    use_frameworks!
    inhibit_all_warnings!

    pod 'Texture/PINRemoteImage', :path => '../..'

end
