Skip to content

Commit

Permalink
Fix: include a pod on the top level to make a Pods project.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed May 20, 2014
1 parent 586baff commit 1a5ae00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ workspace 'TSMiniWebBrowser'

xcodeproj 'TSMiniWebBrowserDemo.xcodeproj'

pod 'TSMiniWebBrowser@dblock', :path => 'TSMiniWebBrowser@dblock.podspec'

target 'TSMiniWebBrowserDemoTests' do
pod 'TSMiniWebBrowser@dblock', :path => 'TSMiniWebBrowser@dblock.podspec'
pod 'Specta', '0.2.1'
Expand Down

0 comments on commit 1a5ae00

Please sign in to comment.