Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Decybel07 committed Jul 30, 2017
1 parent 0fdd3b8 commit a5240a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
8 changes: 4 additions & 4 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ use_frameworks!
target 'Example iOS' do
platform :ios, '9.0'

pod 'L10n-swift', :path => './../'
pod 'L10n-swift', '~> 4.0.0'
end

target 'Example macOS' do
platform :osx, '10.10'

pod 'L10n-swift', :path => './../'
pod 'L10n-swift', '~> 4.0.0'
end

target 'Example tvOS' do
platform :tvos, '9.0'

pod 'L10n-swift', :path => './../'
pod 'L10n-swift', '~> 4.0.0'
end

target 'Example watchOS Extension' do
platform :watchos, '9.0'

pod 'L10n-swift', :path => './../'
pod 'L10n-swift', '~> 4.0.0'
end
24 changes: 0 additions & 24 deletions Example/Podfile.lock

This file was deleted.

0 comments on commit a5240a7

Please sign in to comment.