Sha256: 46cc37a9c2827f6466d1cb1c0bdcfc5c087a29e2ce3e5903e9e8b9ec67178b9d
Contents?: true
Size: 363 Bytes
Versions: 5
Compression:
Stored size: 363 Bytes
Contents
source 'https://github.com/CocoaPods/Specs' platform :ios, '<%= deployment_target %>' # Add Application pods here target :unit_tests, :exclusive => true do inhibit_all_warnings! link_with '<%= test_target_name %>' pod 'Specta', '~> 1.0' pod 'Expecta', '~> 1.0' pod 'OCMockito', '~> 1.0' pod 'OHHTTPStubs', '~> 4.0' pod 'Swizzlean', '~> 0.2' end
Version data entries
5 entries across 5 versions & 1 rubygems