Skip to content

Commit

Permalink
fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
smolin_in committed Dec 31, 2013
1 parent 8850018 commit 8cfd4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EmbeddedSwapping.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Pod::Spec.new do |s|
}
s.author = { "Michael Luton" => "https://github.com/mluton" }
s.source = { :git => "https://github.com/mkutgt72/EmbeddedSwapping.git", :tag => "1.0" }
s.source_files = ['EmptySegue.{h,m}',
'ContainerViewController.{h,m}']
s.source_files = ['EmbeddedSwapping/EmptySegue.{h,m}',
'EmbeddedSwapping/ContainerViewController.{h,m}']
s.ios.deployment_target = '5.0'
s.requires_arc = true
end

0 comments on commit 8cfd4a0

Please sign in to comment.