mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Added Example Ruby Files
This commit is contained in:
18
samples/Ruby/filenames/Podfile
Normal file
18
samples/Ruby/filenames/Podfile
Normal 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
|
||||
Reference in New Issue
Block a user