Skip to content

Commit

Permalink
Fix source files
Browse files Browse the repository at this point in the history
  • Loading branch information
tpuronen committed Mar 2, 2012
1 parent f4ddfde commit fc9bbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rump-ios/1.0/rump-ios.podspec
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.author = { 'Timo Puronen' => 'timo.puronen@reaktor.fi' } s.author = { 'Timo Puronen' => 'timo.puronen@reaktor.fi' }
s.source = { :git => 'git://github.com/tpuronen/rump-ios.git', :tag => '1.0.0' } s.source = { :git => 'git://github.com/tpuronen/rump-ios.git', :tag => '1.0.0' }
s.platform = :ios s.platform = :ios
s.source_files = 'Rump/' s.source_files = 'Rump/Rump.*'
s.clean_path = "RumpTests" s.clean_path = "RumpTests"
s.requires_arc = true s.requires_arc = true
end end

0 comments on commit fc9bbbc

Please sign in to comment.