# Uncomment this line to define a global platform for your project
# platform :ios, '6.0'
project './Theo.xcodeproj'
use_frameworks!

target 'UnitTests' do
    pod 'OHHTTPStubs' # Default subspecs, including support for NSURLSession & JSON etc
    pod 'OHHTTPStubs/Swift' # Adds the Swiftier API wrapper too
    pod 'OCMock'
target 'RenderingPosts'
    pod 'SwiftyJSON'
target 'ActionTests'
    pod 'SwiftyJSON'
end
