Skip to content

Commit

Permalink
Fixes Podfile
Browse files Browse the repository at this point in the history
Add target

fixes tumblr#129
  • Loading branch information
ykws committed Jun 23, 2017
1 parent ab908e2 commit a130b34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Examples/AppClientExample/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
platform :ios, '5.0'

pod 'TMTumblrSDK/AppClient', :path => '../..'
target 'AppClientExample' do
pod 'TMTumblrSDK/AppClient', :path => '../..'
end
4 changes: 3 additions & 1 deletion Examples/PhotoPostExample/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
platform :ios, '5.0'

pod 'TMTumblrSDK/APIClient', :path => '../..'
target 'PhotoPostExample' do
pod 'TMTumblrSDK/APIClient', :path => '../..'
end

0 comments on commit a130b34

Please sign in to comment.