use_frameworks!
platform :ios, '8.0'
target 'GMCache_Example' do
    pod 'GMCache', :path => '../'

    target 'GMCache_Tests' do
        inherit! :search_paths


    end
end
