Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81b1c58

Browse files
committed
Fix dependency syntax error in pod spec.
Signed-off-by: Zachary Waldowski <[email protected]>
1 parent a27ed79 commit 81b1c58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BlocksKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
'Alexsander Akers' => '[email protected]' }
99
s.source = { :git => 'https://github.com/zwaldowski/BlocksKit.git', :tag => 'v1.0.0' }
1010
s.source_files = 'BlocksKit'
11-
s.dependency = 'A2DynamicDelegate'
11+
s.dependency 'A2DynamicDelegate'
1212
s.clean_paths = 'GHUnitIOS.framework/', 'Tests/', 'BlocksKit.xcodeproj/', '.gitignore'
1313
if config.ios?
1414
s.frameworks = 'MessageUI'

0 commit comments

Comments
 (0)