Merge branch 'master' into more-encompassing-number-skips

This commit is contained in:
Arfon Smith
2015-07-29 13:54:51 +01:00
parent 885b5aab41
commit 90a293727d
434 changed files with 79876 additions and 56121 deletions

View File

@@ -0,0 +1,18 @@
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