diff --git a/Example/Podfile b/Example/Podfile index 5228b90..d33fa0f 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -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 diff --git a/Example/Podfile.lock b/Example/Podfile.lock new file mode 100644 index 0000000..edce88e --- /dev/null +++ b/Example/Podfile.lock @@ -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