Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit bde4fe7

Browse files
nickvelloffappleguy
authored andcommitted
remove exclusive => true due to 1.0.0 changes (#1695)
1 parent 95f1ab4 commit bde4fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
22

33
platform :ios, '7.0'
44

5-
target :'AsyncDisplayKitTests', :exclusive => true do
5+
target :'AsyncDisplayKitTests' do
66
pod 'OCMock', '~> 2.2'
77
pod 'FBSnapshotTestCase', '~> 1.8.1'
88
end

0 commit comments

Comments
 (0)