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 a5240a7 commit d7a030d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 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', '~> 4.0.0'
pod 'L10n-swift', :path => './../'
end

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

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

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

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

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

pod 'L10n-swift', '~> 4.0.0'
pod 'L10n-swift', :path => './../'
end
24 changes: 24 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
PODS:
- L10n-swift (4.0.0):
- L10n-swift/Core (= 4.0.0)
- L10n-swift/Extension (= 4.0.0)
- L10n-swift/IBInspectable (= 4.0.0)
- L10n-swift/Core (4.0.0)
- L10n-swift/Extension (4.0.0):
- L10n-swift/Core
- L10n-swift/IBInspectable (4.0.0):
- L10n-swift/Core

DEPENDENCIES:
- L10n-swift (from `./../`)

EXTERNAL SOURCES:
L10n-swift:
:path: "./../"

SPEC CHECKSUMS:
L10n-swift: 38a316238b41b17c84721dad7ba050bace2ae7f2

PODFILE CHECKSUM: e7fa67f6efe0be6583977a089736d14c86aa84c8

COCOAPODS: 1.2.1

0 comments on commit d7a030d

Please sign in to comment.