source 'https://github.com/CocoaPods/Specs.git'

use_frameworks!

target 'Stateful_Example' do
  platform :ios, 10.0
    
  pod 'Stateful', :path => '../', :testspecs => ['StatefulUnitTests']
  
end
