mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
19 lines
400 B
Ruby
19 lines
400 B
Ruby
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
|