source 'https://github.com/CocoaPods/Specs.git'
platform :osx, '10.11'

use_frameworks!

target 'PinLayout-macOS' do
    #pod 'PinLayout'
    #pod 'PinLayout', :git => 'https://github.com/layoutBox/PinLayout.git', :commit => 'f29519b08890da144772fe9b082cd6499b5d82c1'
    pod 'PinLayout', :path => '../../..'
end

