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

platform :ios, :deployment_target => '6.0'

inhibit_all_warnings!

xcodeproj 'Wikipedia'

pod 'AFNetworking/NSURLConnection', '~> 2.5'
pod 'hpple', '~> 0.2'
pod 'blockskit/Core', '~> 2.2'
pod 'Masonry', '~> 0.6'
pod 'HockeySDK', '3.6.2'

target 'WikipediaUnitTests', :exclusive => false do
  pod 'OCMockito', '~> 1.4'
  pod 'OCHamcrest', '~> 4.1'
end
