mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-04-30 02:15:45 +08:00
[#221] Completed merge.
This commit is contained in:
@@ -34,7 +34,7 @@ describe "Pod::Command::Spec#create" do
|
||||
spec.source.should == { :git => 'http://EXAMPLE/Bananas.git', :tag => '0.0.1' }
|
||||
spec.description.should == 'A short description of Bananas.'
|
||||
spec.source_files.should == ['Classes', 'Classes/**/*.{h,m}']
|
||||
spec.public_header_files[:ios].should == []
|
||||
spec.public_header_files.should == []
|
||||
end
|
||||
|
||||
it "correctly creates a podspec from github" do
|
||||
|
||||
Reference in New Issue
Block a user