use_frameworks!
target "NeoSpectraMicroSwift" do
    pod 'SWRevealViewController'
    pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git', :branch => 'master'
    pod 'RealmSwift', '~> 3.0.0'
    pod 'SBPickerSelector'
    pod 'InAppSettingsKit'
    pod 'DeviceKit', '~> 1.0'
    post_install do |installer|
        installer.pods_project.targets.each do |target|
            target.build_configurations.each do |config|
                config.build_settings['SWIFT_VERSION'] = '3.0'
            end
        end
    end
end

