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

Skip to content

Commit 8e0d8a3

Browse files
committed
Fix pod spec for 1.6 and up.
Signed-off-by: Zachary Waldowski <[email protected]>
1 parent 096d067 commit 8e0d8a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

BlocksKit.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Pod::Spec.new do |s|
77
s.author = { 'Zachary Waldowski' => '[email protected]',
88
'Alexsander Akers' => '[email protected]' }
99
s.source = { :git => 'https://github.com/pandamonia/BlocksKit.git', :tag => 'v1.6' }
10+
s.requires_arc = true
1011
s.osx.source_files = 'BlocksKit/*.{h,m}'
12+
s.osx.library = 'ffi'
1113
s.ios.dependency 'libffi'
1214
s.ios.frameworks = 'MessageUI'
1315
s.ios.source_files = 'BlocksKit/*.{h,m}', 'BlocksKit/UIKit/*.{h,m}', 'BlocksKit/MessageUI/*.{h,m}'

0 commit comments

Comments
 (0)