Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Commit

Permalink
3.0.11 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Waldowski <zwaldowski@gmail.com>
  • Loading branch information
zwaldowski committed Apr 12, 2012
1 parent adb195e commit 26920c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libffi.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
'Bo Thorsen' => 'bo@suse.de',
'Landon Fuller' => 'landonf@plausible.coop',
'Zachary Waldowski' => 'zwaldowski@gmail.com' }
s.source = { :git => 'https://github.com/zwaldowski/libffi-iOS.git', :tag => 'origin/master' }
s.source = { :git => 'https://github.com/zwaldowski/libffi-iOS.git', :tag => 'v3.0.11' }
s.clean_paths = 'patches/', 'libffi.xcodeproj/', '.gitignore'
if config.ios?
s.source_files = 'ios/include/*.h', 'ios/src/arm/*.{c,S}', 'ios/src/x86/{ffi.c,darwin.S}', 'src/{closures,debug,java_raw_api,prep_cif,raw_api,types}.c'
Expand Down

0 comments on commit 26920c1

Please sign in to comment.