Skip to content

Commit

Permalink
Fixing cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelroy committed Jun 18, 2016
1 parent b3d20da commit 40c28b2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion examples/LanguageSwitch/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "8.0"
use_frameworks!

pod 'Localize-Swift', :path => '../..'
target 'Sample' do
use_frameworks!

# Pods for Sample
pod 'Localize-Swift', :path => '../..'

target 'SampleTests' do
inherit! :search_paths
# Pods for testing
end

end

0 comments on commit 40c28b2

Please sign in to comment.